|
U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Template wrapper class for using Serializer / Deserializer or their subclasses through SDL's RWOps structure. More...
#include </var/dev/u3d/stable/Source/Urho3D/IO/RWOpsWrapper.h>
Public Member Functions | |
| RWOpsWrapper (T &object) | |
| Construct with object reference. | |
| SDL_RWops * | GetRWOps () |
| Return the RWOps structure. | |
Private Attributes | |
| SDL_RWops | ops_ |
| SDL RWOps structure associated with the object. | |
Template wrapper class for using Serializer / Deserializer or their subclasses through SDL's RWOps structure.