Definition at line 89 of file argsman_tests.cpp.
◆ Expect()
◆ Bool()
Expect & CheckValueTest::Expect::Bool |
( |
bool |
b | ) |
|
|
inline |
◆ DefaultBool()
Expect & CheckValueTest::Expect::DefaultBool |
( |
| ) |
|
|
inline |
◆ DefaultInt()
Expect & CheckValueTest::Expect::DefaultInt |
( |
| ) |
|
|
inline |
◆ DefaultString()
Expect & CheckValueTest::Expect::DefaultString |
( |
| ) |
|
|
inline |
◆ Error()
Expect & CheckValueTest::Expect::Error |
( |
const char * |
e | ) |
|
|
inline |
◆ Int()
Expect & CheckValueTest::Expect::Int |
( |
int64_t |
i | ) |
|
|
inline |
◆ List()
Expect & CheckValueTest::Expect::List |
( |
std::vector< std::string > |
m | ) |
|
|
inline |
◆ String()
Expect & CheckValueTest::Expect::String |
( |
const char * |
s | ) |
|
|
inline |
◆ bool_value
std::optional<bool> CheckValueTest::Expect::bool_value |
◆ default_bool
bool CheckValueTest::Expect::default_bool = false |
◆ default_int
bool CheckValueTest::Expect::default_int = false |
◆ default_string
bool CheckValueTest::Expect::default_string = false |
◆ error
const char* CheckValueTest::Expect::error = nullptr |
◆ int_value
std::optional<int64_t> CheckValueTest::Expect::int_value |
◆ list_value
std::optional<std::vector<std::string> > CheckValueTest::Expect::list_value |
◆ setting
◆ string_value
const char* CheckValueTest::Expect::string_value = nullptr |
The documentation for this struct was generated from the following file: