Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
reranker::Constructor< T > Class Template Referenceabstract

An interface with a single virtual method that constructs a concrete instance of the abstract type T. More...

#include <factory.H>

Public Member Functions

virtual ~Constructor ()
 
virtual T * NewInstance () const =0
 

Detailed Description

template<typename T>
class reranker::Constructor< T >

An interface with a single virtual method that constructs a concrete instance of the abstract type T.

Definition at line 374 of file factory.H.

Constructor & Destructor Documentation

template<typename T>
virtual reranker::Constructor< T >::~Constructor ( )
inlinevirtual

Definition at line 376 of file factory.H.

Member Function Documentation

template<typename T>
virtual T* reranker::Constructor< T >::NewInstance ( ) const
pure virtual

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