#include "int64x64.h"
#include <stdint.h>
#include <iostream>
#include <iomanip>
#include <sstream>
#include "assert.h"
#include "log.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
static uint8_t | ns3::MostSignificantDigit (uint64_t value) |
NS_LOG_COMPONENT_DEFINE ("int64x64") | |
std::ostream & | ns3::operator<< (std::ostream &os, const int64x64_t &value) |
std::istream & | ns3::operator>> (std::istream &is, int64x64_t &value) |
static uint64_t | ns3::PowerOfTen (uint8_t n) |
static uint64_t | ns3::ReadDigits (std::string str) |
NS_LOG_COMPONENT_DEFINE | ( | "int64x64" | ) |