|
Cat
|
#include <inc/Factory.h>
Public Member Functions | |
| Factory () | |
| Standard constructor. More... | |
| virtual | ~Factory () |
| Destructor. More... | |
| void | setListDLL (std::string listDLL) |
| std::string | listDLL () |
| void | setListElement (std::list listElement) |
| std::list | listElement () |
| void | setListProc (std::string listProc) |
| std::string | listProc () |
Private Attributes | |
| std::string | m_listDLL |
| std::list | m_listElement |
| std::string | m_listProc |
| Factory::Factory | ( | ) |
Standard constructor.
|
virtual |
Destructor.
|
inline |
Get accessor to member m_listDLL
Definition at line 33 of file Factory.h.
References m_listDLL.
Referenced by setListDLL().
|
inline |
Get accessor to member m_listElement
Definition at line 50 of file Factory.h.
References m_listElement.
Referenced by setListElement().
|
inline |
Get accessor to member m_listProc
Definition at line 66 of file Factory.h.
References m_listProc.
Referenced by setListProc().
|
inline |
|
inline |
Set accessor to member m_listElement
| listElement | the new value for m_listElement |
Definition at line 42 of file Factory.h.
References listElement(), and m_listElement.
|
inline |
Set accessor to member m_listProc
| listProc | the new value for m_listProc |
Definition at line 58 of file Factory.h.
References listProc(), and m_listProc.
|
private |
Definition at line 73 of file Factory.h.
Referenced by listDLL(), and setListDLL().
|
private |
Definition at line 74 of file Factory.h.
Referenced by listElement(), and setListElement().
|
private |
Definition at line 75 of file Factory.h.
Referenced by listProc(), and setListProc().
1.8.13