OSVR-Core
|
Header containing an examples of how to implement serialization for simple (struct-like) new types. More...
Go to the source code of this file.
Classes | |
struct | osvr::common::YourSimpleType |
struct | osvr::common::serialization::SimpleStructSerialization< YourSimpleType > |
Example of serialization for a simple struct: no special treatment for any of the variables, just recursively serialize/deserialize/compute size for each of the members. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Header containing an examples of how to implement serialization for simple (struct-like) new types.