CPP06 1.0
|
A simple data structure for serialization testing. [詳解]
#include <Data.hpp>
公開変数類 | |
int | id |
char | type |
std::string | content |
A simple data structure for serialization testing.
This non-empty struct is used as the target for serialization and deserialization.
std::string Data::content |