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

Classes

class  Int64x64ArithmeticTestCase
 
class  Int64x64Bug1786TestCase
 See Bug 1786 More...
 
class  Int64x64Bug455TestCase
 See Bug 455 More...
 
class  Int64x64Bug863TestCase
 See Bug 863 More...
 
class  Int64x64CompareTestCase
 
class  Int64x64DoubleTestCase
 
class  Int64x64HiLoTestCase
 
class  Int64x64ImplTestCase
 
class  Int64x64InputOutputTestCase
 
class  Int64x64InputTestCase
 
class  Int64x64InvertTestCase
 
class  Int64x64TestSuite
 
class  Printer
 Pretty printer for test cases. More...
 

Functions

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

Variables

ns3::int64x64::test::Int64x64TestSuite g_int64x64TestSuite
 

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 104 of file int64x64-test-suite.cc.

References ns3::int64x64::test::Printer::m_haveInt, ns3::int64x64::test::Printer::m_high, ns3::int64x64::test::Printer::m_low, and ns3::int64x64::test::Printer::m_value.

Variable Documentation

◆ g_int64x64TestSuite

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