VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtSimComponentFactory Class Reference

class DtSimComponentFactory: More...

Inheritance diagram for DtSimComponentFactory:
Inheritance graph
[legend]

Public Member Functions

 DtSimComponentFactory ()
 constructor More...
 
 DtSimComponentFactory (const DtSimComponentFactory &orig)
 copy constructor More...
 
const DtSimComponentFactoryoperator= (const DtSimComponentFactory &orig)
 assignment operator More...
 
virtual ~DtSimComponentFactory ()
 Destructor: deletes factory and any entries on the factory. More...
 
virtual void addCreatorFcn (const DtString &type, DtSimComponentCreatorFcn fcn)
 Add a creator function to the factory. More...
 
virtual DtSimComponentcreateComponent (const DtString &name, const DtString &type, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *compDesc, DtReaderWriterRegistry *registry=0)
 

Static Public Member Functions

static DtSimComponentFactorycreate ()
 

Detailed Description

class DtSimComponentFactory:

DtSimComponentFactory is a hashlist of DtSimComponentCreatorFcn, indexed by a string type that represents the type of component to create.

Constructor & Destructor Documentation

DtSimComponentFactory::DtSimComponentFactory ( )

constructor

DtSimComponentFactory::DtSimComponentFactory ( const DtSimComponentFactory orig)

copy constructor

virtual DtSimComponentFactory::~DtSimComponentFactory ( )
virtual

Destructor: deletes factory and any entries on the factory.

Member Function Documentation

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

assignment operator

virtual void DtSimComponentFactory::addCreatorFcn ( const DtString type,
DtSimComponentCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtSimComponent* DtSimComponentFactory::createComponent ( const DtString name,
const DtString type,
DtVrfObject owner,
DtSimManager simManager,
DtComponentDescriptor compDesc,
DtReaderWriterRegistry registry = 0 
)
virtual
static DtSimComponentFactory* DtSimComponentFactory::create ( )
static

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)