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

A partial specialization of the ValueString class to support printing of shared_ptr's to objects, where we simply print the typeid name followed by a colon character followed by the pointer address. More...

#include <environment.H>

Public Member Functions

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

Detailed Description

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

A partial specialization of the ValueString class to support printing of shared_ptr's to objects, where we simply print the typeid name followed by a colon character followed by the pointer address.

Definition at line 218 of file environment.H.

Member Function Documentation

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

Definition at line 220 of file environment.H.


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