Xyce
6.1
|
The analysis factory template defines an interface for analysis type testing and analysis creation. More...
#include <N_ANP_Factory.h>
Public Member Functions | |
Factory () | |
Constructor. More... | |
virtual | ~Factory () |
Destructor. More... | |
virtual const std::type_info & | type () const |
Returns the type info the analysis type. More... | |
The analysis factory template defines an interface for analysis type testing and analysis creation.
This template implements the type checking.
T | analysis type to be created |
Definition at line 65 of file N_ANP_Factory.h.
|
inline |
Constructor.
Definition at line 199 of file N_ANP_Factory.h.
|
inlinevirtual |
Destructor.
Definition at line 214 of file N_ANP_Factory.h.
|
inlinevirtual |
Returns the type info the analysis type.
Definition at line 230 of file N_ANP_Factory.h.