Agora  1.2.0
Agora project
Catch::Detail::EnumInfo Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::Detail::EnumInfo:

Public Member Functions

 ~EnumInfo ()
 
StringRef lookup (int value) const
 

Public Attributes

StringRef m_name
 
std::vector< std::pair< int, StringRef > > m_values
 

Constructor & Destructor Documentation

◆ ~EnumInfo()

Catch::Detail::EnumInfo::~EnumInfo ( )

Member Function Documentation

◆ lookup()

StringRef Catch::Detail::EnumInfo::lookup ( int  value) const

Member Data Documentation

◆ m_name

StringRef Catch::Detail::EnumInfo::m_name

◆ m_values

std::vector<std::pair<int, StringRef> > Catch::Detail::EnumInfo::m_values

The documentation for this struct was generated from the following file: