Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
A class to initialize a Factory-constructible object. More...
#include <stream-init.H>
Public Member Functions | |
Initializer (T *member) | |
virtual | ~Initializer () |
virtual void | Init (StreamTokenizer &st, Environment *env=NULL) |
Public Member Functions inherited from reranker::StreamInitializer | |
StreamInitializer () | |
virtual | ~StreamInitializer () |
A class to initialize a Factory-constructible object.
T | a shared_ptr to any type constructible by a Factory |
Definition at line 83 of file stream-init.H.
|
inline |
Definition at line 85 of file stream-init.H.
|
inlinevirtual |
Definition at line 86 of file stream-init.H.
|
inlinevirtual |
Implements reranker::StreamInitializer.
Definition at line 87 of file stream-init.H.