#include "attribute.h"
#include "attribute-helper.h"
#include <stdint.h>
#include <limits>
#include "type-name.h"
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) |