#include <catch_amalgamated.hpp>
Public Member Functions | |
~EnumInfo () | |
StringRef | lookup (int value) const |
Public Attributes | |
StringRef | m_name |
std::vector< std::pair< int, StringRef > > | m_values |
|
default |
StringRef Catch::Detail::EnumInfo::lookup | ( | int | value | ) | const |
StringRef Catch::Detail::EnumInfo::m_name |
std::vector<std::pair<int, StringRef> > Catch::Detail::EnumInfo::m_values |