|
||
class TExternalizer;
A family of classes whose instances can be used to perform externalisation on behalf of other objects.
Defined in TExternalizer
:
Function()
Gets a pointer to the function to be used to perform externalisation.operator()(const T &,RWriteStream &)const
TStreamRef
...inline void operator()(const T &anObject, RWriteStream &aStream) const;
|
static inline TExternalizeFunction Function();
Gets a pointer to the function to be used to perform externalisation.
The implementation is the private, static member of this class, TExternalizer::ExternalizeAsL(const TAny *,RWriteStream &)
.
|