A Discrete-Event Network Simulator
API
int64x64.h File Reference

Declaration of the ns3::int64x64_t type and associated operators. More...

#include "ns3/core-config.h"
#include "int64x64-128.h"
#include <iostream>
+ Include dependency graph for int64x64.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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. More...
 
int64x64_t ns3::Max (const int64x64_t &a, const int64x64_t &b)
 Maximum. More...
 
int64x64_t ns3::Min (const int64x64_t &a, const int64x64_t &b)
 Minimum. More...
 
bool ns3::operator!= (const int64x64_t &lhs, const int64x64_t &rhs)
 Inequality operator. More...
 
int64x64_t ns3::operator* (const int64x64_t &lhs, const int64x64_t &rhs)
 Multiplication operator. More...
 
int64x64_t ns3::operator+ (const int64x64_t &lhs, const int64x64_t &rhs)
 Addition operator. More...
 
int64x64_t ns3::operator- (const int64x64_t &lhs, const int64x64_t &rhs)
 Subtraction operator. More...
 
int64x64_t ns3::operator/ (const int64x64_t &lhs, const int64x64_t &rhs)
 Division operator. More...
 
std::ostream & ns3::operator<< (std::ostream &os, const int64x64_t &value)
 Output streamer for int64x64_t. More...
 
bool ns3::operator<= (const int64x64_t &lhs, const int64x64_t &rhs)
 Less or equal operator. More...
 
bool ns3::operator>= (const int64x64_t &lhs, const int64x64_t &rhs)
 Greater or equal operator. More...
 
std::istream & ns3::operator>> (std::istream &is, int64x64_t &value)
 Input streamer for int64x64_t. More...
 

Detailed Description

Declaration of the ns3::int64x64_t type and associated operators.

Definition in file int64x64.h.