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::TypeName< vector< T > > Class Template Reference

A partial specialization so that an object of type vector<T> gets converted to the type name of T followed by the string "[]", equivalent to the result of executing the following expression: More...

#include <factory.H>

Public Member Functions

string ToString ()
 

Detailed Description

template<typename T>
class reranker::TypeName< vector< T > >

A partial specialization so that an object of type vector<T> gets converted to the type name of T followed by the string "[]", equivalent to the result of executing the following expression:

TypeName<T>().ToString() + "[]";

Definition at line 144 of file factory.H.

Member Function Documentation

template<typename T >
string reranker::TypeName< vector< T > >::ToString ( )
inline

Definition at line 146 of file factory.H.


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