A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
uinteger.h File Reference

ns3::UintegerValue attribute value declarations and template implementations. More...

#include "attribute-helper.h"
#include "attribute.h"
#include <limits>
#include <stdint.h>
#include "type-name.h"
+ Include dependency graph for uinteger.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::UintegerValue
 Hold an unsigned integer type. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
namespace  ns3::internal
 Namespace for implementation details.
 

Functions

template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeUintegerAccessor (T1 a1)
 
template<typename T1 , typename T2 >
Ptr< const AttributeAccessor > ns3::MakeUintegerAccessor (T1 a1, T2 a2)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker ()
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker (uint64_t min)
 Make a checker with a minimum value.
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker (uint64_t min, uint64_t max)
 Make a checker with a minimum and a maximum value.
 
Ptr< const AttributeChecker > ns3::internal::MakeUintegerChecker (uint64_t min, uint64_t max, std::string name)
 Make an Uinteger attribute checker with embedded numeric type name.
 

Detailed Description

ns3::UintegerValue attribute value declarations and template implementations.

Definition in file uinteger.h.