X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListParser.dox;h=d2786b945dd3e8270639636e88afc51c73a61b69;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=d42310cf0f6e3f5711876067aa48544ee38661ee;hpb=8f1a688cea76f2e76bfa0193dff9c1538929147e;p=senf.git diff --git a/Packets/ListParser.dox b/Packets/ListParser.dox index d42310c..d2786b9 100644 --- a/Packets/ListParser.dox +++ b/Packets/ListParser.dox @@ -36,8 +36,8 @@ namespace senf { // mandatory typedefs in the parser and container policy typedef ElementParser element_type; - typedef Parse_List< ExampleListPolicy > parser_type; - typedef Parse_List_Container< ExampleListPolicy > container_type; + typedef ListParser< ExampleListPolicy > parser_type; + typedef ListParser_Container< ExampleListPolicy > container_type; // mandatory constant in parser and container policy static const size_type init_bytes = 0; @@ -85,10 +85,10 @@ namespace senf { typedef unspecified parser_type; ///< List parser type /**< parser_type is the list parser used to parse a list of this type, - e.g. senf::Parse_List. */ + e.g. senf::ListParser. */ typedef unspecified container_type; ///< Type of container wrapper /**< This is the container wrapper of the list, e.g. - Parse_List_Container. The + ListParser_Container. The container may however use a \e different policy, as long as that policy is constructible from the parser policy. */