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< shared_ptr< T > > Class Template Reference

A partial specialization so that an object of type shared_ptr<T>, where T is some Factory-constructible type, converts to the string produced by TypeName<T>. More...

#include <factory.H>

Public Member Functions

string ToString ()
 

Detailed Description

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

A partial specialization so that an object of type shared_ptr<T>, where T is some Factory-constructible type, converts to the string produced by TypeName<T>.

Definition at line 129 of file factory.H.

Member Function Documentation

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

Definition at line 131 of file factory.H.


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