Aegis  4.25.D505
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
output_filter_dot_blank_lines Class Reference

#include <dotblankline.h>

Inheritance diagram for output_filter_dot_blank_lines:
output_filter output

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_linesoperator= (const output_filter_dot_blank_lines &)

Private Attributes

int column
long pos

Detailed Description

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.


Constructor & Destructor Documentation

The destructor.

The constructor. It is private on purpose, use the create class method instead.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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.


Field Documentation

Definition at line 63 of file dotblankline.h.

Definition at line 64 of file dotblankline.h.


The documentation for this class was generated from the following file: