A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uinteger.h File Reference
#include "attribute.h"
#include "attribute-helper.h"
#include <stdint.h>
#include <limits>
#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

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

Functions

 ns3::ATTRIBUTE_ACCESSOR_DEFINE (Uinteger)
 
Ptr< const AttributeChecker > ns3::internal::MakeUintegerChecker (uint64_t min, uint64_t max, std::string name)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker (void)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker (uint64_t min)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeUintegerChecker (uint64_t min, uint64_t max)