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