Xyce  6.1
Xyce::Analysis::Factory< T > Class Template Reference

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...
 

Detailed Description

template<class T>
class Xyce::Analysis::Factory< T >

The analysis factory template defines an interface for analysis type testing and analysis creation.

This template implements the type checking.

Parameters
Tanalysis type to be created

Definition at line 65 of file N_ANP_Factory.h.

Constructor & Destructor Documentation

template<class T >
Xyce::Analysis::Factory< T >::Factory ( )
inline

Constructor.

Definition at line 199 of file N_ANP_Factory.h.

template<class T >
virtual Xyce::Analysis::Factory< T >::~Factory ( )
inlinevirtual

Destructor.

Definition at line 214 of file N_ANP_Factory.h.

Member Function Documentation

template<class T >
virtual const std::type_info& Xyce::Analysis::Factory< T >::type ( ) const
inlinevirtual

Returns the type info the analysis type.

Returns
the type info the analysis type.

Definition at line 230 of file N_ANP_Factory.h.


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