|
| Time | ns3::Abs (const Time &time) |
| | Absolute value function for Time. More...
|
| |
| | ns3::ATTRIBUTE_ACCESSOR_DEFINE (Time) |
| |
| Ptr< const AttributeChecker > | ns3::MakeTimeChecker (const Time min, const Time max) |
| | Helper to make a Time checker with bounded range. More...
|
| |
| Ptr< const AttributeChecker > | ns3::MakeTimeChecker (void) |
| | Helper to make an unbounded Time checker. More...
|
| |
| Ptr< const AttributeChecker > | ns3::MakeTimeChecker (const Time min) |
| | Helper to make a Time checker with a lower bound. More...
|
| |
| Time | ns3::Max (const Time &ta, const Time &tb) |
| | Max function for Time. More...
|
| |
| Time | ns3::Min (const Time &ta, const Time &tb) |
| | Min function for Time. More...
|
| |
| static bool | ns3::NS_UNUSED_GLOBAL (g_TimeStaticInit) |
| | Force static initialization of Time. More...
|
| |
| bool | ns3::operator!= (const Time &lhs, const Time &rhs) |
| |
| Time | ns3::operator* (const Time &lhs, const int64_t &rhs) |
| |
| Time | ns3::operator* (const int64_t &lhs, const Time &rhs) |
| |
| Time | ns3::operator+ (const Time &lhs, const Time &rhs) |
| |
| Time & | ns3::operator+= (Time &lhs, const Time &rhs) |
| |
| Time | ns3::operator- (const Time &lhs, const Time &rhs) |
| |
| Time & | ns3::operator-= (Time &lhs, const Time &rhs) |
| |
| int64_t | ns3::operator/ (const Time &lhs, const Time &rhs) |
| |
| Time | ns3::operator/ (const Time &lhs, const int64_t &rhs) |
| |
| bool | ns3::operator< (const Time &lhs, const Time &rhs) |
| |
| bool | ns3::operator<= (const Time &lhs, const Time &rhs) |
| |
| bool | ns3::operator== (const Time &lhs, const Time &rhs) |
| |
| bool | ns3::operator> (const Time &lhs, const Time &rhs) |
| |
| bool | ns3::operator>= (const Time &lhs, const Time &rhs) |
| |
| Time | ns3::TimeStep (uint64_t ts) |
| |