A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
integer.h File Reference
#include "attribute.h"
#include "attribute-helper.h"
#include <stdint.h>
#include <limits>
#include "type-name.h"
+ Include dependency graph for integer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::IntegerValue
 Hold a signed 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 (Integer)
 
Ptr< const AttributeChecker > ns3::internal::MakeIntegerChecker (int64_t min, int64_t max, std::string name)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeIntegerChecker (void)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeIntegerChecker (int64_t min)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeIntegerChecker (int64_t min, int64_t max)