#include <toc.hh>
Public Types | |
| typedef void(* | func_type) (std::ostream &, const J &) |
Public Member Functions | |
| printer (std::ostream &Stream, func_type Func) | |
| virtual | ~printer () |
| void | operator() (const J &Data) |
Protected Attributes | |
| std::ostream & | m_out |
| func_type | m_func |
| typedef void(* printer< J >::func_type) (std::ostream &, const J &) |
|
inline |
|
protected |