Go to the source code of this file.
Classes | |
struct | Bar |
struct | Foo |
struct | rve_properties::ValueTraits< Foo > |
Namespaces | |
namespace | rve_properties |
Functions | |
int | main (int argc, char **argv) |
std::ostream & | operator<< (std::ostream &os, const Bar &bar) |
std::istream & | operator>> (std::istream &is, Foo &foo) |
std::istream & | operator>> (std::istream &is, Bar &bar) |
TEST (PropertyValue, setThenGetSameType) | |
TEST (PropertyValue, setIntThenGetFloat) | |
TEST (PropertyValue, setThenGetSamelargeStruct) | |
TEST (PropertyValue, setLargeStructThenGetString) | |
TEST (PropertyValue, setThenGetString) | |
TEST (PropertyValue, setCharStarThenGetString) | |
TEST (PropertyValue, destructor) | |
TEST (PropertyValue, copySmall) | |
TEST (PropertyValue, copyLarge) | |
Variables | |
bool | g_destructor_called = false |
static uint32_t | rve_properties::g_foo_to_stream_count = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 224 of file test_property_value.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const Bar & | bar | ||
) |
Definition at line 180 of file test_property_value.cpp.
std::istream& operator>> | ( | std::istream & | is, |
Foo & | foo | ||
) |
Definition at line 102 of file test_property_value.cpp.
std::istream& operator>> | ( | std::istream & | is, |
Bar & | bar | ||
) |
Definition at line 185 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setThenGetSameType | |||
) |
Definition at line 84 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setIntThenGetFloat | |||
) |
Definition at line 94 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setThenGetSamelargeStruct | |||
) |
Definition at line 114 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setLargeStructThenGetString | |||
) |
Definition at line 134 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setThenGetString | |||
) |
Definition at line 153 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
setCharStarThenGetString | |||
) |
Definition at line 162 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
destructor | |||
) |
Definition at line 190 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
copySmall | |||
) |
Definition at line 201 of file test_property_value.cpp.
TEST | ( | PropertyValue | , |
copyLarge | |||
) |
Definition at line 210 of file test_property_value.cpp.
bool g_destructor_called = false |
Definition at line 171 of file test_property_value.cpp.