|
OTest2
A C++ testing framework
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| OTest2 | |
Enumerations | |
| enum | OTest2::TestMarkOutBinTag : std::uint8_t { OTest2::TestMarkOutBinTag::TYPE = 1, OTest2::TestMarkOutBinTag::INT_SHORT = 2, OTest2::TestMarkOutBinTag::INT_NORMAL = 3, OTest2::TestMarkOutBinTag::INT_HUGE = 4, OTest2::TestMarkOutBinTag::FLOAT = 5, OTest2::TestMarkOutBinTag::STRING_SHORT = 6, OTest2::TestMarkOutBinTag::STRING_NORMAL = 7, OTest2::TestMarkOutBinTag::STRING_HUGE = 8 } |
1.8.17