A Discrete-Event Network Simulator
API
ipv4-address.h File Reference
#include <stdint.h>
#include <ostream>
#include "ns3/address.h"
#include "ns3/attribute-helper.h"
#include "ns3/deprecated.h"
+ Include dependency graph for ipv4-address.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::Ipv4Address
 Ipv4 addresses are stored in host order in this class. More...
 
class  ns3::Ipv4AddressChecker
 AttributeChecker implementation for Ipv4AddressValue. More...
 
class  ns3::Ipv4AddressHash
 Class providing an hash for IPv4 addresses. More...
 
class  ns3::Ipv4AddressValue
 AttributeValue implementation for Ipv4Address. More...
 
class  ns3::Ipv4Mask
 a class to represent an Ipv4 address mask More...
 
class  ns3::Ipv4MaskChecker
 AttributeChecker implementation for Ipv4MaskValue. More...
 
class  ns3::Ipv4MaskValue
 AttributeValue implementation for Ipv4Mask. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeIpv4AddressAccessor (T1 a1)
 Create an AttributeAccessor for a class data member, or a lone class get functor or set method. More...
 
template<typename T1 , typename T2 >
Ptr< const AttributeAccessor > ns3::MakeIpv4AddressAccessor (T1 a1, T2 a2)
 Create an AttributeAccessor using a pair of get functor and set methods from a class. More...
 
Ptr< const AttributeChecker > ns3::MakeIpv4AddressChecker (void)
 
template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeIpv4MaskAccessor (T1 a1)
 Create an AttributeAccessor for a class data member, or a lone class get functor or set method. More...
 
template<typename T1 , typename T2 >
Ptr< const AttributeAccessor > ns3::MakeIpv4MaskAccessor (T1 a1, T2 a2)
 Create an AttributeAccessor using a pair of get functor and set methods from a class. More...
 
Ptr< const AttributeChecker > ns3::MakeIpv4MaskChecker (void)
 
bool ns3::operator!= (const Ipv4Address &a, const Ipv4Address &b)
 
bool ns3::operator!= (Ipv4Mask const &a, Ipv4Mask const &b)
 
bool ns3::operator< (const Ipv4Address &a, const Ipv4Address &b)
 
std::ostream & ns3::operator<< (std::ostream &os, Ipv4Address const &address)
 Stream insertion operator. More...
 
std::ostream & ns3::operator<< (std::ostream &os, Ipv4Mask const &mask)
 Stream insertion operator. More...
 
bool ns3::operator== (const Ipv4Address &a, const Ipv4Address &b)
 
bool ns3::operator== (Ipv4Mask const &a, Ipv4Mask const &b)
 
std::istream & ns3::operator>> (std::istream &is, Ipv4Address &address)
 Stream extraction operator. More...
 
std::istream & ns3::operator>> (std::istream &is, Ipv4Mask &mask)
 Stream extraction operator. More...