Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

id Class Reference

#include <id.h>

Inheritance diagram for id:

Inheritance graph
[legend]
Collaboration diagram for id:

Collaboration graph
[legend]
List of all members.

Public Methods

 id ()
virtual ~id ()
 id (const id &i)
const id & operator= (const id &rhs)
bool operator< (const id &i)
int getIdInt () const
void setIdInt (const int &i)
string ToParse (int fld)
 Gets neccessary data to parse string. More...

string ToString ()
 Returns the field as a string. More...

string ToFileFmt ()
 Converts field to the current file format. More...


Protected Methods

void copy (const id &i)

Protected Attributes

int m_id

Constructor & Destructor Documentation

id::id  
 

virtual id::~id   [virtual]
 

id::id const id &    i
 


Member Function Documentation

string id::ToFileFmt   [virtual]
 

Converts field to the current file format.

Reimplemented from field.

string id::ToParse int    fld [virtual]
 

Gets neccessary data to parse string.

Reimplemented from field.

string id::ToString   [virtual]
 

Returns the field as a string.

Reimplemented from field.

void id::copy const id &    i [protected]
 

int id::getIdInt   const [inline]
 

00028     {
00029         return m_id;
00030     }

bool id::operator< const id &    i
 

const id& id::operator= const id &    rhs
 

void id::setIdInt const int &    i [inline]
 

00033     {
00034         m_id = i;
00035     }


Member Data Documentation

int id::m_id [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 20:19:16 2001 for University People Management System by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001