QModFactory< T > Class Template Reference
List of all members.
Detailed Description
template<class T>
class QModFactory< T >
abstract module factory and definition of macros that builds modulefactories and register function.
- Author:
- Marco Vignati
|
Public Member Functions |
|
| QModFactory (const std::string &name) |
|
const std::string & | GetName () const |
|
void | SetOccurrence (T *mod) |
Private Member Functions |
|
T * | Create (QSequence *s) |
|
virtual T * | GetObject (QSequence *s)=0 |
Private Attributes |
|
std::string | fName |
|
int | fOccurrence |
|
QSequence * | fCurrentSequence |
Friends |
|
class | QGeneralFactory |
The documentation for this class was generated from the following file: