Class file_print_output¶
#include <printer.hpp>
Inherits the following classes: print_output
Public Functions¶
| Type | Name |
|---|---|
| file_print_output (FILE * fp) |
|
| virtual int | flush (void) |
| ~file_print_output () |
Public Functions inherited from print_output¶
See print_output
| Type | Name |
|---|---|
| virtual int | flush (void) = 0 |
| string_buffer * | grab_string_buffer (void) |
| int | operator() (Args &&... args) |
| void | operator+= (const char ch) |
| print_output () |
|
| ~print_output () |
Public Static Functions¶
| Type | Name |
|---|---|
| file_print_output & | std_output (void) |
Protected Attributes inherited from print_output¶
See print_output
| Type | Name |
|---|---|
| string_buffer | m_sb |
Public Functions Documentation¶
function file_print_output¶
function flush¶
Implements print_output::flush
function ~file_print_output¶
Public Static Functions Documentation¶
function std_output¶
The documentation for this class was generated from the following file cubrid/src/base/printer.hpp