X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.ih;h=123d9a133737bb16f88f1574aa9e0d936412cf73;hb=9a988902090d28007578e93bffd809f6bd913155;hp=004b293999b660a9e46be892422e02f1c26a1acb;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/LLAddressing.ih b/Socket/LLAddressing.ih index 004b293..123d9a1 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,8 @@ namespace detail { // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: