Packets/DefaultBundle: IPv6ExtensionsHeaders: set nextHeader to 59 if their is no...
[senf.git] / senf / Packets / ListNParser.ih
index db54348..2c8ad05 100644 (file)
@@ -36,7 +36,7 @@ namespace detail {
 
     /** \brief Internal: ListPolicy defining the ListNParser parser
         \internal
-        \see \ref ListNParser
+        \see \ref ListParser
      */
     template <class ElementParser, class AuxPolicy>
     struct ListNParser_Policy
@@ -58,9 +58,11 @@ namespace detail {
         size_type size   (data_iterator i, state_type s) const;
         void      init   (data_iterator i, state_type s) const;
         
-        void      erase  (container_type & c, data_iterator p) const;
-        void      insert (container_type & c, data_iterator p) const;
-        void      update (container_type const & c) const;
+        void      construct (container_type & c) const;
+        void      destruct  (container_type & c) const;
+        void      erase     (container_type & c, data_iterator p) const;
+        void      insert    (container_type & c, data_iterator p) const;
+        void      update    (container_type const & c) const;
 
         /** Internal: ListNParser iterator specific data */
         struct iterator_data {