Class: TModelMetaDataBin

Declaration: CompoundDocumentStorage.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TStorageBin

Inherited By:

None.

Purpose:

TCommandLogBin derives from TStorageBin and provides a storage bin used with the TDocumentComponentStore to store the model meta data.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

None provided.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TModelMetaDataBin::TModelMetaDataBin

TModelMetaDataBin (TMultiBinStorageMechanism *)

Interface Category:

API.

Purpose:

Creates a new model meta data bin in the specified storage mechanism.

Calling Context:

Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TModelMetaDataBin::~TModelMetaDataBin

~ TModelMetaDataBin ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TModelMetaDataBin::CreateFromMetaData

TModel * CreateFromMetaData ()

Interface Category:

API.

Purpose:

Creates a new TModel object from the meta data stored in this bin.

Calling Context:

Call this function directly.

Parameters:

Return Value:

Returns the newly create TModel object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TModelMetaDataBin::StoreMetaDataOf

void StoreMetaDataOf (const TModel &)

Interface Category:

API.

Purpose:

Stores the meta data for the specified TModel object.

Calling Context:

Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.