OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SerializationTraitExample_Simple.h File Reference

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
 <
 
 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

Definition in file SerializationTraitExample_Simple.h.