Rebel Fork Framework
Urho3D::Detail::DefaultTypeCaster< InternalType, ExternalType > Struct Template Reference

Default converter: any type to/from any type. More...

#include <Urho3D/IO/ArchiveSerializationBasic.h>

Public Member Functions

InternalType ToArchive (Archive &archive, const char *name, const ExternalType &value) const
 
ExternalType FromArchive (Archive &archive, const char *name, const InternalType &value) const
 

Detailed Description

template<class InternalType, class ExternalType>
struct Urho3D::Detail::DefaultTypeCaster< InternalType, ExternalType >

Default converter: any type to/from any type.


The documentation for this struct was generated from the following file: