X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ih;h=a5d7397bc72501e669f696bf7560411277fc751d;hb=1cf24483a4b520177bfa539d9601749be6aef2ce;hp=004b293999b660a9e46be892422e02f1c26a1acb;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/LLAddressing.ih b/Socket/LLAddressing.ih index 004b293..a5d7397 100644 --- a/Socket/LLAddressing.ih +++ b/Socket/LLAddressing.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -20,6 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +/** \file + \brief LLSocketAddress and LLAddressingPolicy internal header + */ #ifndef IH_LLAddressing_ #define IH_LLAddressing_ 1 @@ -32,6 +35,9 @@ namespace senf { namespace detail { + /** \brief Convert two-char hexbyte representation to numeric value + \internal + */ struct HexConverter { typedef unsigned char result_type; template @@ -42,6 +48,9 @@ namespace detail { typedef boost::transform_iterator< HexConverter, StringSplitIterator > HexSplitIterator; typedef boost::iterator_range LLAddressFromStringRange; + /** \brief convert single hex digit to numeric value + \internal + */ unsigned char hexnibble(char c); }} @@ -52,5 +61,10 @@ namespace detail { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: