nis-util  1.0.D108
Public Types | Public Member Functions | Data Fields | Private Member Functions | Private Attributes
space_automap_map Class Reference

#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_mapoperator= (const space_automap_map &rhs)

Private Attributes

FILE * fp

Detailed Description

The space_automap_map class is used to represent fubar

Definition at line 30 of file map.h.


Member Enumeration Documentation

Enumerator:
map_token_eof 
map_token_eoln 
map_token_map 
map_token_string 

Definition at line 46 of file map.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 22 of file map.cc.

The constructor.

Parameters:
filenameThe name of the file to be read.

The default constructor. Do not use.

Definition at line 27 of file map.cc.

The copy constructor. Do not use.

Parameters:
rhsThe right hand side of the initialization.

Member Function Documentation

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.

Parameters:
rhsThe right hand side of the assignment.
void space_automap_map::warning ( const char *  ,
  ... 
)

The fubar method variable is used to


Field Documentation

FILE* space_automap_map::fp [private]

The fubar instance variable is used to remember

Definition at line 83 of file map.h.

The fubar instance variable is used to remember

Definition at line 62 of file map.h.

The fubar instance variable is used to remember

Definition at line 57 of file map.h.


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