X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseListN.ih;h=57a5cb4dade18305000e1583f1f8161a025a526e;hb=fb08e3defcfb7cd8851ede0fab6cad424d168485;hp=e6da33abdc4d9976a905607b4fedbdd73f2e87b6;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/ParseListN.ih b/Packets/ParseListN.ih index e6da33a..57a5cb4 100644 --- a/Packets/ParseListN.ih +++ b/Packets/ParseListN.ih @@ -31,6 +31,10 @@ namespace senf { namespace detail { + /** \brief Internal: ListPolicy defining the Parse_ListN parser + \internal + \see \ref Parse_ListN + */ template struct Parse_ListN_Policy { @@ -50,6 +54,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);