X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FArrayParser.hh;h=ffe2cb0a8bff7bb1730887dc29c60339829b75bd;hb=46ce25973f087d30ca10eebdad6e3bfa7586ecc9;hp=bc7ff4ea925d9bbb0f984f6fcd5b7b7b8644cb90;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Packets/ArrayParser.hh b/Packets/ArrayParser.hh index bc7ff4e..ffe2cb0 100644 --- a/Packets/ArrayParser.hh +++ b/Packets/ArrayParser.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -63,8 +63,8 @@ namespace senf { /** \brief Fixed size collection of fixed size elements ArrayParser will parse a sequence of fixed size parsers. The number of array - elements is given by the \e elements template parameter and is fixed at compile time. - + elements is given by the \e elements template parameter and is fixed at compile time. + Each element will be parsed by \a ElementParser, which can be any fixed size parser. The array models an STL random-access sequence with the restriction that elements cannot be added or removed since the size is fixed. @@ -99,7 +99,7 @@ namespace senf { This macro is a special helper to define a senf::ArrayParser type field, a fixed size collection of fixed size elements. - + \param[in] name field name \param[in] elt_type array element type \param[in] size constant number of elements