X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FEUI64.hh;h=c76813dc819931cfdc090cc92c75b148141113d7;hb=9ab6056a616342015eb35d6730d61c45412eec46;hp=3d8d5abc9548278f7cb8475630295b2774188032;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Socket/Protocols/Raw/EUI64.hh b/senf/Socket/Protocols/Raw/EUI64.hh index 3d8d5ab..c76813d 100644 --- a/senf/Socket/Protocols/Raw/EUI64.hh +++ b/senf/Socket/Protocols/Raw/EUI64.hh @@ -34,7 +34,7 @@ #include //#include "EUI64.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -78,9 +78,9 @@ namespace senf { public senf::comparable_safe_bool { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ static EUI64 const None; ///< The empty (0) address @@ -97,7 +97,7 @@ namespace senf { static EUI64 from_string(std::string const & s); ///< Construct EUI-64 from string representation /**< The string representation consists of 8 octets in - hexadecimal notation spearated by ':' or '-' + hexadecimal notation separated by ':' or '-' \throws senf::AddressSyntaxException */ template static EUI64 from_data(InputIterator i); @@ -105,8 +105,8 @@ namespace senf { /**< The iterator \a i must point to a sequence of 8 octets in network byte order. */ - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// bool isMACCompatible() const; ///< \c true, if EUI64 is MAC compatible, \c false otherwise /**< An EUI64 is MAC compatible if bytes 4th and 5th byte @@ -117,7 +117,7 @@ namespace senf { */ bool group() const; ///< \c true if the \e group bit is set, \c false otherwise /**< The \e group bit is the least significant bit of the - first octed (bit 7 in standard RFC bit numbering). */ + first octet (bit 7 in standard RFC bit numbering). */ bool boolean_test() const; ///< \c true, if EUI64 is != 0, \c false otherwise boost::uint64_t uint64() const; ///< Return EUI64 as integer number }; @@ -134,7 +134,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "EUI64.cci" //#include "EUI64.ct" #include "EUI64.cti"