nis-util
1.0.D108
|
#include <file.h>
Public Member Functions | |
virtual | ~output_file () |
void | put (char c) |
Static Public Member Functions | |
static pointer | create (const rcstring &filename) |
Protected Member Functions | |
output_file (const rcstring &filename) | |
int | get_column (void) const |
int | get_line_width (void) const |
Private Member Functions | |
output_file () | |
output_file (const output_file &rhs) | |
output_file & | operator= (const output_file &rhs) |
Private Attributes | |
FILE * | fp |
int | column |
The output_file class is used to represent writing to an actual file.
output_file::~output_file | ( | ) | [virtual] |
output_file::output_file | ( | const rcstring & | filename | ) | [protected] |
output_file::output_file | ( | ) | [private] |
The default constructor. Do not use.
output_file::output_file | ( | const output_file & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
output_file::pointer output_file::create | ( | const rcstring & | filename | ) | [static] |
int output_file::get_column | ( | void | ) | const [protected, virtual] |
int output_file::get_line_width | ( | void | ) | const [protected, virtual] |
output_file& output_file::operator= | ( | const output_file & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
void output_file::put | ( | char | c | ) | [virtual] |
int output_file::column [private] |
FILE* output_file::fp [private] |