|
const double | d_c = 3.15 |
|
const float | f_c = 5.0 |
|
const int | i_c = 123 |
|
const std::string | s_c = "Hello, this is just a simple test" |
|
Definition at line 16 of file test_tue_serialization.cpp.
◆ d_c
const double tue_serialization::d_c = 3.15 |
|
protected |
◆ f_c
const float tue_serialization::f_c = 5.0 |
|
protected |
◆ i_c
const int tue_serialization::i_c = 123 |
|
protected |
◆ s_c
const std::string tue_serialization::s_c = "Hello, this is just a simple test" |
|
protected |
The documentation for this class was generated from the following file: