#include "ns3/address.h"
#include "ns3/attribute-helper.h"
#include <ostream>
#include <stdint.h>
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 |
class | ns3::Ipv4AddressHash |
Class providing an hash for IPv4 addresses. More... | |
class | ns3::Ipv4AddressValue |
class | ns3::Ipv4Mask |
a class to represent an Ipv4 address mask More... | |
class | ns3::Ipv4MaskChecker |
class | ns3::Ipv4MaskValue |
Namespaces | |
namespace | 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) |
template<typename T1 , typename T2 > | |
Ptr< const AttributeAccessor > | ns3::MakeIpv4AddressAccessor (T1 a1, T2 a2) |
Ptr< const AttributeChecker > | ns3::MakeIpv4AddressChecker () |
template<typename T1 > | |
Ptr< const AttributeAccessor > | ns3::MakeIpv4MaskAccessor (T1 a1) |
template<typename T1 , typename T2 > | |
Ptr< const AttributeAccessor > | ns3::MakeIpv4MaskAccessor (T1 a1, T2 a2) |
Ptr< const AttributeChecker > | ns3::MakeIpv4MaskChecker () |
bool | ns3::operator!= (const Ipv4Address &a, const Ipv4Address &b) |
bool | ns3::operator!= (const Ipv4Mask &a, const Ipv4Mask &b) |
bool | ns3::operator< (const Ipv4Address &a, const Ipv4Address &b) |
std::ostream & | ns3::operator<< (std::ostream &os, const Ipv4Address &address) |
Stream insertion operator. | |
std::ostream & | ns3::operator<< (std::ostream &os, const Ipv4Mask &mask) |
Stream insertion operator. | |
bool | ns3::operator== (const Ipv4Address &a, const Ipv4Address &b) |
bool | ns3::operator== (const Ipv4Mask &a, const Ipv4Mask &b) |
std::istream & | ns3::operator>> (std::istream &is, Ipv4Address &address) |
Stream extraction operator. | |
std::istream & | ns3::operator>> (std::istream &is, Ipv4Mask &mask) |
Stream extraction operator. | |