Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes

TFactory< S > Class Template Reference

#include <FactoryImpl2.h>

Inheritance diagram for TFactory< S >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~TFactory () throw ()
virtual void reset ()
virtual void setParameter (const std::string name, const std::string value)
virtual void setParameter (const std::string name, const u32 value)
virtual void setMode (const int newMode)
virtual std::string getParameterString (const std::string name) const
virtual u32 getParameterNum (const std::string name) const
virtual int getMode () const

Static Public Member Functions

template<class R >
static TFactory< S > * getFactory (R *foo=0)

Protected Member Functions

 TFactory ()
 TFactory (const TFactory< S > &src)
TFactory< S > & operator= (const TFactory< S > &src)

Protected Attributes

int mode
std::map< std::string,
std::string > 
strParamMap
std::map< std::string, u32numParamMap

Static Protected Attributes

static TFactory< S > * _instance = 0

Detailed Description

template<class S>
class factory::TFactory< S >

Definition at line 36 of file FactoryImpl2.h.


Constructor & Destructor Documentation

virtual ~TFactory (  )  throw () [inline, virtual]

Definition at line 39 of file FactoryImpl2.h.

TFactory (  )  [inline, protected]

Definition at line 85 of file FactoryImpl2.h.

TFactory ( const TFactory< S > &  src  )  [protected]

Member Function Documentation

static TFactory<S>* getFactory ( R *  foo = 0  )  [inline, static]

Definition at line 53 of file FactoryImpl2.h.

virtual int getMode (  )  const [inline, virtual]

Definition at line 82 of file FactoryImpl2.h.

virtual u32 getParameterNum ( const std::string  name  )  const [inline, virtual]

Definition at line 81 of file FactoryImpl2.h.

virtual std::string getParameterString ( const std::string  name  )  const [inline, virtual]

Definition at line 80 of file FactoryImpl2.h.

TFactory<S>& operator= ( const TFactory< S > &  src  )  [protected]
virtual void reset (  )  [inline, virtual]

Definition at line 63 of file FactoryImpl2.h.

virtual void setMode ( const int  newMode  )  [inline, virtual]

Definition at line 77 of file FactoryImpl2.h.

virtual void setParameter ( const std::string  name,
const u32  value 
) [inline, virtual]

Definition at line 76 of file FactoryImpl2.h.

virtual void setParameter ( const std::string  name,
const std::string  value 
) [inline, virtual]

Definition at line 75 of file FactoryImpl2.h.


Member Data Documentation

TFactory< S > * _instance = 0 [static, protected]
int mode [protected]
std::map< std::string, u32 > numParamMap [mutable, protected]
std::map< std::string, std::string > strParamMap [mutable, protected]

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