X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseListN.ih;h=57a5cb4dade18305000e1583f1f8161a025a526e;hb=e21a814c84efb8ba3a6a978c6907f3c401c649ff;hp=e6da33abdc4d9976a905607b4fedbdd73f2e87b6;hpb=344c0f9eb4ea24e789e4dbb5e1d55006d288c2b1;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);