nis-util
1.0.D108
|
#include <map.h>
Public Types | |
enum | token_t { map_token_eof, map_token_eoln, map_token_map, map_token_string } |
Public Member Functions | |
virtual | ~space_automap_map () |
space_automap_map (const rcstring &filename) | |
void | lex (void) |
void | error (const char *,...) |
void | warning (const char *,...) |
Data Fields | |
token_t | token |
const char * | map_value |
Private Member Functions | |
space_automap_map () | |
space_automap_map (const space_automap_map &rhs) | |
space_automap_map & | operator= (const space_automap_map &rhs) |
Private Attributes | |
FILE * | fp |
The space_automap_map class is used to represent fubar
space_automap_map::~space_automap_map | ( | ) | [virtual] |
space_automap_map::space_automap_map | ( | const rcstring & | filename | ) |
The constructor.
filename | The name of the file to be read. |
space_automap_map::space_automap_map | ( | ) | [private] |
space_automap_map::space_automap_map | ( | const space_automap_map & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
void space_automap_map::error | ( | const char * | , |
... | |||
) |
The fubar method variable is used to
void space_automap_map::lex | ( | void | ) |
The fubar method variable is used to
space_automap_map& space_automap_map::operator= | ( | const space_automap_map & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
void space_automap_map::warning | ( | const char * | , |
... | |||
) |
The fubar method variable is used to
FILE* space_automap_map::fp [private] |
const char* space_automap_map::map_value |