OTest2
A C++ testing framework
Namespaces | Enumerations
testmarkoutbintags.h File Reference
#include <cstdint>
Include dependency graph for testmarkoutbintags.h:
This graph shows which files directly or indirectly include this file:

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
}