In file date.h:

class JulianCalADT : public XxxSmallFixedADT

JulianCalADT (base class for all date ADTs

Inheritance:


Public Classes

class DatePlanInfo : public XxxFuncPlanInfo
/ Function Plans for date data type

Protected Classes

class DateFormat
MetaInfo needed to determine input/output formats class useful for representing generic date formats (also needed for MetaInfo)
class DateMetaInfo : public XxxADTMetaInfo
/
virtual XxxErrCode SerializeCopySize (int &Size)
Returns the number of bytes necessary to hold the serialized version of this meta-info object
virtual XxxErrCode SerializeCopy (char *Data)
Creates a binary version of this meta-info object

Inherited from XxxSmallFixedADT:


Inherited from XxxSmallADT:

Public Methods

virtual XxxBool IsSmall(const XxxADTMetaInfo*)

Documentation

JulianCalADT (base class for all date ADTs ... never directly used)
class DateFormat
MetaInfo needed to determine input/output formats class useful for representing generic date formats (also needed for MetaInfo)

class DateMetaInfo: public XxxADTMetaInfo
/

virtual XxxErrCode SerializeCopySize(int &Size)
Returns the number of bytes necessary to hold the serialized version of this meta-info object
Returns:
XXX_NOT_OK if the object cannot be serialized, XXX_OK otherwise
Parameters:
Size - (out) The required number of bytes

virtual XxxErrCode SerializeCopy(char *Data)
Creates a binary version of this meta-info object
Returns:
XXX_NOT_OK if the object cannot be serialized, XXX_OK otherwise
Parameters:
Data - An array of bytes of at least the size specified by the SerializeCopySize() function.

class DatePlanInfo: public XxxFuncPlanInfo
/ Function Plans for date data type


Direct child classes:
JulianDayCalADT

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de