A Discrete-Event Network Simulator
API
integer.cc File Reference

Integer attribute value implementations. More...

#include "integer.h"
#include "fatal-error.h"
#include "log.h"
#include <sstream>
+ Include dependency graph for integer.cc:

Go to the source code of this file.

Namespaces

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

Functions

Ptr< const AttributeChecker > ns3::internal::MakeIntegerChecker (int64_t min, int64_t max, std::string name)
 Make an Integer attribute checker with embedded numeric type name. More...
 

Detailed Description

Integer attribute value implementations.

Definition in file integer.cc.