![]() |
Project
|
Public Attributes | |
const std::vector< uint16_t > | a {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf} |
const std::vector< uint16_t > | b {a.rbegin(), a.rend()} |
const ShiftFunctor | f {16} |
const std::vector< uint32_t > | aAndB |
Definition at line 46 of file test_ransIterators.cxx.
const std::vector<uint16_t> test_CombninedIteratorFixture::a {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf} |
Definition at line 47 of file test_ransIterators.cxx.
const std::vector<uint32_t> test_CombninedIteratorFixture::aAndB |
Definition at line 50 of file test_ransIterators.cxx.
const std::vector<uint16_t> test_CombninedIteratorFixture::b {a.rbegin(), a.rend()} |
Definition at line 48 of file test_ransIterators.cxx.
const ShiftFunctor test_CombninedIteratorFixture::f {16} |
Definition at line 49 of file test_ransIterators.cxx.