VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cdi::TestFT< T > Class Template Reference

Responsible for creating a test object of the required type. More...

#include <vici/testmgr.h>

Inheritance diagram for VICI::cdi::TestFT< T >:
VICI::cdi::TestFactory

Public Member Functions

AbstractTestmake ()
 Construct a Test object. More...
 
- Public Member Functions inherited from VICI::cdi::TestFactory
virtual ~TestFactory ()
 Destructor.
 

Detailed Description

template<class T>
class VICI::cdi::TestFT< T >

Responsible for creating a test object of the required type.

Member Function Documentation

template<class T >
AbstractTest* VICI::cdi::TestFT< T >::make ( )
inlinevirtual

Construct a Test object.

Returns
pointer to a new object derived from AbstractTest

Implements VICI::cdi::TestFactory.


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