Location:
agmver.h
Link against: agnmodel.lib
TAgnVersion
Supported from 5.0
The version number of the agenda model (consisting of major, minor
and build numbers). An object of this class is returned by the
CAgnEntryModel
functions ModelVersion()
and
FileVersion()
. ModelVersion()
returns the version of
the model object being used while FileVersion()
returns the
version of model that was used to create the currently loaded
file.
|
Defined in TAgnVersion
:
ExternalizeL()
, InternalizeL()
Inherited from TVersion
:
Name()
,
iBuild
,
iMajor
,
iMinor
void ExternalizeL(RWriteStream& aStream) const;
Externalises the agenda model version object to a write stream.
The presence of this function means that the standard templated
operator<<()
is available to externalise objects of this
class.
|
void InternalizeL(RReadStream& aStream);
Internalises the agenda model version object from a read stream.
The presence of this function means that the standard templated
operator>>()
is available to internalise objects of this
class.
|