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. | |
std::ostream & ns3::int64x64::test::operator<< | ( | std::ostream & | os, |
const Printer & | p ) |
[in] | os | The stream. |
[in] | p | The value to print. |
Definition at line 101 of file int64x64-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 1595 of file int64x64-test-suite.cc.