|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_list.h>

Public Member Functions | |
| void | add (std::string const &spelling) |
| std::string | all () const |
Public Attributes | |
| std::set< std::string > | spellings |
| std::size_t | count = 0 |
Definition at line 22 of file catch_list.h.
| void Catch::TagInfo::add | ( | std::string const & | spelling | ) |
Definition at line 81 of file catch_list.cpp.
| std::string Catch::TagInfo::all | ( | ) | const |
Definition at line 86 of file catch_list.cpp.
| std::size_t Catch::TagInfo::count = 0 |
Definition at line 27 of file catch_list.h.
| std::set<std::string> Catch::TagInfo::spellings |
Definition at line 26 of file catch_list.h.