#include <output.hh>

Public Member Functions | |
| OutputHook (HookType hook_type) | |
| virtual | ~OutputHook () |
| virtual void | Sink (const HeaderInfo &info, int vocab_file, util::stream::Chains &chains)=0 |
| HookType | Type () const |
Definition at line 24 of file output.hh.
| lm::builder::OutputHook::OutputHook | ( | HookType | hook_type | ) | [inline, explicit] |
| virtual void lm::builder::OutputHook::Sink | ( | const HeaderInfo & | info, | |
| int | vocab_file, | |||
| util::stream::Chains & | chains | |||
| ) | [pure virtual] |
Implemented in lm::builder::PrintHook.
| HookType lm::builder::OutputHook::Type | ( | ) | const [inline] |
Definition at line 32 of file output.hh.
Referenced by lm::builder::Output::Add().

1.5.9