Declaration of the ns3::int64x64_t type and associated operators. More...
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
int64x64_t | ns3::Abs (const int64x64_t &value) |
Absolute value. | |
int64x64_t | ns3::Max (const int64x64_t &a, const int64x64_t &b) |
Maximum. | |
int64x64_t | ns3::Min (const int64x64_t &a, const int64x64_t &b) |
Minimum. | |
bool | ns3::operator!= (const int64x64_t &lhs, const int64x64_t &rhs) |
Inequality operator. | |
int64x64_t | ns3::operator* (const int64x64_t &lhs, const int64x64_t &rhs) |
Multiplication operator. | |
int64x64_t | ns3::operator+ (const int64x64_t &lhs, const int64x64_t &rhs) |
Addition operator. | |
int64x64_t | ns3::operator- (const int64x64_t &lhs, const int64x64_t &rhs) |
Subtraction operator. | |
int64x64_t | ns3::operator/ (const int64x64_t &lhs, const int64x64_t &rhs) |
Division operator. | |
std::ostream & | ns3::operator<< (std::ostream &os, const int64x64_t &value) |
Output streamer for int64x64_t. | |
bool | ns3::operator<= (const int64x64_t &lhs, const int64x64_t &rhs) |
Less or equal operator. | |
bool | ns3::operator>= (const int64x64_t &lhs, const int64x64_t &rhs) |
Greater or equal operator. | |
std::istream & | ns3::operator>> (std::istream &is, int64x64_t &value) |
Input streamer for int64x64_t. | |
Declaration of the ns3::int64x64_t type and associated operators.
Definition in file int64x64.h.