Utils/Exception: Allow to disable ErrnoExceptions via SENF_NO_ERRNOEXC
[senf.git] / Packets / ParseListN.ih
index e6da33a..8088fad 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
 namespace senf {
 namespace detail {
 
+    /** \brief Internal: ListPolicy defining the Parse_ListN parser
+        \internal
+        \see \ref Parse_ListN
+     */
     template <class ElementParser, class SizeParser>
     struct Parse_ListN_Policy
     {
@@ -50,6 +56,9 @@ namespace detail {
         void      insert (iterator i, state_type s, iterator p) const;
         void      update (iterator i, state_type s) const;
 
+        /** \brief Iternal: Parse_ListN_Policy's iterator policy
+            \internal
+         */
         struct iterator_policy
         {
             iterator setBegin        (iterator i, state_type s);