X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FINet4Address.hh;h=be0d4db1f0e4eb1557939e0dcd8a318226637d0a;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=43f576e68bbe9b086560fe1816c5401928fc6603;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/INet/INet4Address.hh b/senf/Socket/Protocols/INet/INet4Address.hh index 43f576e..be0d4db 100644 --- a/senf/Socket/Protocols/INet/INet4Address.hh +++ b/senf/Socket/Protocols/INet/INet4Address.hh @@ -36,7 +36,7 @@ #include //#include "INet4Address.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -90,7 +90,7 @@ namespace senf { public comparable_safe_bool { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef uint32_t address_type; ///< Address representation as number in host byte order @@ -100,9 +100,9 @@ namespace senf { static INet4Address const Loopback; ///< The loopback (127.0.0.1) address static INet4Address const Broadcast; ////< The global broadcast (255.255.255.255) address - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ INet4Address(); ///< Construct an empty address explicit INet4Address(senf::NoInit_t); ///< Construct uninitialized (!) address @@ -135,10 +135,10 @@ namespace senf { code to convert a network byte order address in an integer number into an INet4Address. */ - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// ///\name Accessors - ///@{ + //\{ bool local() const; ///< \c true, if address is locally administered /**< This call checks, if the address is within one of the @@ -160,7 +160,7 @@ namespace senf { /**< This member returns the address as an integer number in host byte order. This representation allows simple network math operations. */ - ////@} + //-///////////////////////////////////////////////////////////////////////////////////////// private: enum InAddr_t { IsInAddr }; @@ -220,17 +220,17 @@ namespace senf { public comparable_safe_bool { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ INet4Network(); ///< Construct empty (0.0.0.0/0) network INet4Network(INet4Address const & address, unsigned prefix_len); ///< Construct network from given address and prefix length explicit INet4Network(std::string const & s); ///< Construct network from CIDR notation - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// INet4Address const & address() const; ///< Get the networks address unsigned prefix_len() const; ///< Get the networks prefix length @@ -288,7 +288,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "INet4Address.cci" #include "INet4Address.ct" #include "INet4Address.cti"