spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Catch::Detail::EnumInfo Struct Reference

Detailed Description

Definition at line 1330 of file catch.hpp.

#include <catch.hpp>

Public Member Functions

 ~EnumInfo ()
 
StringRef lookup (int value) const
 

Public Attributes

StringRef m_name
 
std::vector< std::pair< int, std::string > > 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

Definition at line 1331 of file catch.hpp.

◆ m_values

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

Definition at line 1332 of file catch.hpp.


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