BCGSuite for MFC
CBCGPAppointmentStorage

Detailed Description

Implements all operations defined by CBCGPAppointmentBaseStorage abstract class and encapsulates the functionality of in-memory storage.

CBCGPPlannerManagerCtrl accepts a pointer to CRuntimeClass of storage, and, if it's NULL, dynamically creates an instance of CBCGPAppointmentStorage class. It means, that the default implementation of Planner uses in-memory storage provided by the library.

See also
CBCGPPlannerManagerCtrl, CBCGPAppointmentBaseStorage
+ Inheritance diagram for CBCGPAppointmentStorage:

Public Member Functions

 IsAutoDeleteTells whether an appointment object should be destroyed when it's being removed from the store, or not.
 
 SetAutoDeleteTells the storage whether it needs to destroy an appointment object when it's being removed from the store, or not.