A Discrete-Event Network Simulator
API
length.h File Reference

Declaration of ns3::Length class. More...

#include "attribute.h"
#include "attribute-helper.h"
#include <istream>
#include <limits>
#include <ostream>
#include <string>
#include <tuple>
+ Include dependency graph for length.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::Length
 

Represents a length in meters More...
 
class  ns3::LengthChecker
 
AttributeChecker implementation for LengthValue. More...
 
class  ns3::LengthValue
 Define LengthValue class to support using Length objects as attributes. More...
 
class  ns3::Length::Quantity
 An immutable class which represents a value in a specific length unit. More...
 

Namespaces

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

Functions

template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeLengthAccessor (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::MakeLengthAccessor (T1 a1, T2 a2)
 
Create an AttributeAccessor using a pair of get functor and set methods from a class. More...
 
Ptr< const AttributeChecker > ns3::MakeLengthChecker (void)
 
More...
 

Detailed Description

Declaration of ns3::Length class.

Definition in file length.h.