|
Aegis
4.25.D505
|
#include <dotblankline.h>
Public Member Functions | |
| virtual | ~output_filter_dot_blank_lines () |
Static Public Member Functions | |
| static pointer | create (const pointer &deeper) |
Protected Member Functions | |
| nstring | type_name (void) const |
| long | ftell_inner (void) const |
| void | write_inner (const void *data, size_t length) |
| void | end_of_line_inner (void) |
Private Member Functions | |
| output_filter_dot_blank_lines (const pointer &deeper) | |
| output_filter_dot_blank_lines (void) | |
| output_filter_dot_blank_lines (const output_filter_dot_blank_lines &) | |
| output_filter_dot_blank_lines & | operator= (const output_filter_dot_blank_lines &) |
Private Attributes | |
| int | column |
| long | pos |
The output_filter_dot_blank_lines class is used to represent a filter that replaces blank lines with a single dot.
Definition at line 28 of file dotblankline.h.
| virtual output_filter_dot_blank_lines::~output_filter_dot_blank_lines | ( | ) | [virtual] |
The destructor.
| output_filter_dot_blank_lines::output_filter_dot_blank_lines | ( | const pointer & | deeper | ) | [private] |
The constructor. It is private on purpose, use the create class method instead.
| output_filter_dot_blank_lines::output_filter_dot_blank_lines | ( | void | ) | [private] |
The default constructor. Do not use.
| output_filter_dot_blank_lines::output_filter_dot_blank_lines | ( | const output_filter_dot_blank_lines & | ) | [private] |
The copy constructor. Do not use.
| static pointer output_filter_dot_blank_lines::create | ( | const pointer & | deeper | ) | [static] |
The create class method is used to create new dynamically allocated instances of this class.
| void output_filter_dot_blank_lines::end_of_line_inner | ( | void | ) | [protected, virtual] |
The end_of_line_inner method is used to ensure that the current output position is at the beginning of a line, without taking the buffering into account.
Reimplemented from output_filter.
| long output_filter_dot_blank_lines::ftell_inner | ( | void | ) | const [protected, virtual] |
The ftell_inner method is used to determine the current file position, without taking the buffering into account.
Reimplemented from output_filter.
| output_filter_dot_blank_lines& output_filter_dot_blank_lines::operator= | ( | const output_filter_dot_blank_lines & | ) | [private] |
The assignment operator. Do not use.
| nstring output_filter_dot_blank_lines::type_name | ( | void | ) | const [protected, virtual] |
The type_name method is used to determine the name of this output device or file or type.
Reimplemented from output_filter.
| void output_filter_dot_blank_lines::write_inner | ( | const void * | data, |
| size_t | length | ||
| ) | [protected, virtual] |
The write_inner method is used write data to the output, without taking the buffering into account.
Reimplemented from output_filter.
int output_filter_dot_blank_lines::column [private] |
Definition at line 63 of file dotblankline.h.
long output_filter_dot_blank_lines::pos [private] |
Definition at line 64 of file dotblankline.h.
1.7.6.1