A Discrete-Event Network Simulator
API
ns3::int64x64::test Namespace Reference

Classes

class  Int64x64ArithmeticTestCase
 Test: basic arithmetic operations. More...
 
class  Int64x64Bug1786TestCase
 Test case for bug 455. More...
 
class  Int64x64Bug455TestCase
 Test case for bug 455. More...
 
class  Int64x64Bug863TestCase
 Test case for bug 455. More...
 
class  Int64x64CompareTestCase
 Test: basic compare operations. More...
 
class  Int64x64DoubleTestCase
 Test: construct from floating point. More...
 
class  Int64x64HiLoTestCase
 Test: manipulate the high and low part of every number. More...
 
class  Int64x64ImplTestCase
 Test: print the implementation. More...
 
class  Int64x64InputOutputTestCase
 Test: roundtrip int64x64_t numbers as strings. More...
 
class  Int64x64InputTestCase
 Test: parse int64x64_t numbers as strings. More...
 
class  Int64x64IntRoundTestCase
 Test: check GetInt and Round. More...
 
class  Int64x64InvertTestCase
 Test: Invert and MulByInvert. More...
 
class  Int64x64TestSuite
 
class  Printer
 Pretty printer for test cases. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Printer &p)
 

Variables

static Int64x64TestSuite g_int64x64TestSuite
 Static variable for test initialization. More...
 

Function Documentation

◆ operator<<()

std::ostream& ns3::int64x64::test::operator<< ( std::ostream &  os,
const Printer p 
)
Parameters
[in]osThe stream.
[in]pThe value to print.
Returns
The stream.

Definition at line 98 of file int64x64-test-suite.cc.

Variable Documentation

◆ g_int64x64TestSuite

Int64x64TestSuite ns3::int64x64::test::g_int64x64TestSuite
static

Static variable for test initialization.

Definition at line 1624 of file int64x64-test-suite.cc.