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

A partial specialization of the ValueString class to support printing of vectors of values. More...

#include <environment.H>

Public Member Functions

string ToString (const vector< T > &value) const
 

Detailed Description

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

A partial specialization of the ValueString class to support printing of vectors of values.

Template Parameters
Tthe element type for a vector to be printed out to an ostream

Definition at line 232 of file environment.H.

Member Function Documentation

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

Definition at line 234 of file environment.H.


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