X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FListNParser.ih;h=db54348d82a5a60db38c33af205223ffcd999ab7;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=fc9b46259cf8d69058b87aeafb37bbdc4639f40d;hpb=166490fa7396b56c717ab4efea4551b8c5581ef9;p=senf.git diff --git a/Packets/ListNParser.ih b/Packets/ListNParser.ih index fc9b462..db54348 100644 --- a/Packets/ListNParser.ih +++ b/Packets/ListNParser.ih @@ -23,8 +23,8 @@ /** \file \brief ListNParser internal header */ -#ifndef IH_ListNParser_ -#define IH_ListNParser_ 1 +#ifndef IH_SENF_Packets_ListNParser_ +#define IH_SENF_Packets_ListNParser_ 1 // Custom includes #include "ListParser.ih" @@ -62,6 +62,7 @@ namespace detail { void insert (container_type & c, data_iterator p) const; void update (container_type const & c) const; + /** Internal: ListNParser iterator specific data */ struct iterator_data { size_type n_; }; @@ -73,6 +74,8 @@ namespace detail { data_iterator raw (container_type const & c, iterator_data const & d) const; }; +#ifndef DOXYGEN + template struct ListParserPolicy { @@ -88,6 +91,8 @@ namespace detail { TransformAuxParserPolicy > type; }; +#endif + }} ///////////////////////////////ih.e////////////////////////////////////////