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

A template class that helps print out values with ostream& operator support and vectors of those values. More...

#include <environment.H>

Public Member Functions

string ToString (const T &value) const
 

Detailed Description

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

A template class that helps print out values with ostream& operator support and vectors of those values.

Template Parameters
Tthe type to print to an ostream

Definition at line 185 of file environment.H.

Member Function Documentation

template<typename T>
string reranker::ValueString< T >::ToString ( const T &  value) const
inline

Definition at line 187 of file environment.H.


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