OSVR-Core
|
Header containing an examples of how to implement serialization for complicated new types. More...
Go to the source code of this file.
Classes | |
struct | osvr::common::YourComplicatedType |
Dummy example for your type. More... | |
struct | osvr::common::serialization::SerializationTraits< DefaultSerializationTag< YourComplicatedType >, void > |
Default serialization traits for YourComplicatedType. 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 complicated new types.