VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtVrfStateRepositoryUserExtensionFactory Class Reference

Instances of DtVrfStateRepositoryUserExtensionFactory are a factory used to create DtVrfStateRepositoryUserExtension objects, given a string type indicating the specific derived class of DtVrfStateRepositoryUserExtension object to create. More...

List of all members.

Public Member Functions

 DtVrfStateRepositoryUserExtensionFactory ()
 default constructor
virtual ~DtVrfStateRepositoryUserExtensionFactory ()
 destructor
 DtVrfStateRepositoryUserExtensionFactory (const DtVrfStateRepositoryUserExtensionFactory &orig)
 copy constructor
DtVrfStateRepositoryUserExtensionFactoryoperator= (const DtVrfStateRepositoryUserExtensionFactory &orig)
 assignment operator
virtual void addCreatorFcn (const DtString &type, DtVrfSRUserExtensionCreatorFcn fcn)
 Add a creator function to the factory.
virtual
DtVrfStateRepositoryUserExtension
createStateRepositoryUserExtension (const DtString &type, DtVrfObjectStateRepository *stateRepository, const DtString &rwName, DtReaderWriterRegistry *parentRegistry)

Static Public Member Functions

static
DtVrfStateRepositoryUserExtensionFactory
create ()

Protected Attributes

std::map< DtString,
DtVrfSRUserExtensionCreatorFcn
myCreatorFunctionMap

Detailed Description

Instances of DtVrfStateRepositoryUserExtensionFactory are a factory used to create DtVrfStateRepositoryUserExtension objects, given a string type indicating the specific derived class of DtVrfStateRepositoryUserExtension object to create.

A single pre-defined type, DtDefaultSRUserExtensionType (defined in vrfSRUserExtTypes.h) is pre-loaded in this factory.


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

DtVrfStateRepositoryUserExtensionFactory& DtVrfStateRepositoryUserExtensionFactory::operator= ( const DtVrfStateRepositoryUserExtensionFactory orig)

assignment operator

Add a creator function to the factory.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)