A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::int64x64::test::Printer Class Reference
+ Collaboration diagram for ns3::int64x64::test::Printer:

Public Member Functions

 Printer (const int64_t high, const uint64_t low)
 
 Printer (const int64x64_t value)
 

Private Attributes

bool m_haveInt
 
int64_t m_high
 
uint64_t m_low
 
int64x64_t m_value
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

ns3::int64x64::test::Printer::Printer ( const int64_t  high,
const uint64_t  low 
)
inline

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

ns3::int64x64::test::Printer::Printer ( const int64x64_t  value)
inline

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

Friends And Related Function Documentation

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

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

Member Data Documentation

bool ns3::int64x64::test::Printer::m_haveInt
private

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

Referenced by ns3::int64x64::test::operator<<().

int64_t ns3::int64x64::test::Printer::m_high
private

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

Referenced by ns3::int64x64::test::operator<<().

uint64_t ns3::int64x64::test::Printer::m_low
private

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

Referenced by ns3::int64x64::test::operator<<().

int64x64_t ns3::int64x64::test::Printer::m_value
private

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

Referenced by ns3::int64x64::test::operator<<().


The documentation for this class was generated from the following file: