OSVR-Core
Classes | Namespaces
SerializationTraitExample_Simple.h File Reference

Header containing an examples of how to implement serialization for simple (struct-like) new types. More...

#include <osvr/Common/SerializationTraits.h>
#include <osvr/Util/StdInt.h>

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.
 

Detailed Description

Header containing an examples of how to implement serialization for simple (struct-like) new types.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr