#include "ns3/core-config.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | INT64X64_OP_ARITH(op) |
#define | INT64X64_OP_ARITH_TYPE(op, type) |
#define | INT64X64_OP_CMP(op) |
#define | INT64X64_OP_CMP_TYPE(op, type) |
Functions | |
int64x64_t | ns3::Abs (const int64x64_t &value) |
int64x64_t | ns3::Max (const int64x64_t &a, const int64x64_t &b) |
int64x64_t | ns3::Min (const int64x64_t &a, const int64x64_t &b) |
std::ostream & | ns3::operator<< (std::ostream &os, const int64x64_t &value) |
std::istream & | ns3::operator>> (std::istream &is, int64x64_t &value) |
#define INT64X64_OP_ARITH | ( | op | ) |
Definition at line 32 of file int64x64.h.
#define INT64X64_OP_ARITH_TYPE | ( | op, | |
type | |||
) |
Definition at line 18 of file int64x64.h.
#define INT64X64_OP_CMP | ( | op | ) |
Definition at line 61 of file int64x64.h.
#define INT64X64_OP_CMP_TYPE | ( | op, | |
type | |||
) |
Definition at line 51 of file int64x64.h.