|
CeresEngine 0.2.0
A game development framework
|
Scope object that pushes an object to the SerializationState.
More...
#include <CeresEngine/Serialization/Serialization.hpp>
Public Member Functions | |
| SerializationStateObject (SerializationState &state, T &object) | |
| ~SerializationStateObject () | |
| Pops the object from the state. | |
Public Attributes | |
| SerializationState & | state |
| The serialization state the object was pushed to. | |
Scope object that pushes an object to the SerializationState.
|
inline |
| state | The serialization state to push the object to. |
| object | The object to be pushed. |
|
inline |
Pops the object from the state.
The serialization state the object was pushed to.