|
| enum | Type {
BOOSTXML = 0,
BOOSTXML_COMPRESSED,
BOOSTBIN,
BOOSTBIN_COMPRESSED,
UNKNOWN
} |
| |
|
|
template<typename T > |
| static void | readObject (T &object, const std::string &filename, const std::string &typeName) |
| |
|
template<typename T > |
| static void | readObject (T &object, const std::string &filename) |
| |
|
template<typename T > |
| static void | writeObject (const T &object, const std::string &filename, const std::string &typeName=SERIALIZATION_DEFAULT_BOOST_ARCHIVE, const int precision=PRECISION) |
| |
|
|
static const Type | defaultType = BOOSTBIN_COMPRESSED |
| |
| static const std::string | TypeNames [] |
| |
Definition at line 22 of file Serial.h.
◆ TypeNames
| const std::string nuklei::Serial::TypeNames |
|
static |
Initial value:=
{ "bxml", "bxmlc",
"bbin", "bbinc" }
Definition at line 82 of file Serial.h.
The documentation for this struct was generated from the following files: