X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FArrayParser.hh;h=ffe2cb0a8bff7bb1730887dc29c60339829b75bd;hb=6a0836b7f462d3d77b79b35638cdbf4c9d4202fc;hp=4f8943eb3a09bea90aa5802bd84e1b3531c8c27f;hpb=a1001797645cc68c869ef296f5e9ba13aa8e80c4;p=senf.git diff --git a/Packets/ArrayParser.hh b/Packets/ArrayParser.hh index 4f8943e..ffe2cb0 100644 --- a/Packets/ArrayParser.hh +++ b/Packets/ArrayParser.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -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