X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListBParser.ih;h=c3c8e2ec3d8f0166c552de1977df12c5e22aa805;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=fe61177aeef3954143709ccb083a1316f4e78701;hpb=2e7dc69c3a63bac0a9df1abbcece62c03112a1ab;p=senf.git diff --git a/senf/Packets/ListBParser.ih b/senf/Packets/ListBParser.ih index fe61177..c3c8e2e 100644 --- a/senf/Packets/ListBParser.ih +++ b/senf/Packets/ListBParser.ih @@ -36,7 +36,7 @@ namespace detail { /** \brief Internal: ListPolicy defing the ListBParser parser \internal - \see \ref ListBParser + \see \ref ListParser */ template struct ListBParser_Policy @@ -107,9 +107,11 @@ namespace detail { size_type size (data_iterator i, state_type s) const; void init (data_iterator i, state_type s); - void erase (container_type & c, data_iterator p); - void insert (container_type & c, data_iterator p); - 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); + void insert (container_type & c, data_iterator p); + void update (container_type const & c) const; /** \brief Internal: ListBParser specific iterator data */ struct iterator_data {}; @@ -136,8 +138,8 @@ namespace detail { }; template - struct ListParserPolicy > { typedef ListBParser_Policy< ElementParser,