tListMember Class Reference

#include <tList.h>

Inheritance diagram for tListMember:

Inheritance graph
[legend]

List of all members.

Public Member Functions

int ListID ()
int & ListIDRef ()
 tListMember ()

Private Attributes

int listID_


Detailed Description

Definition at line 169 of file tList.h.


Constructor & Destructor Documentation

tListMember::tListMember (  )  [inline]

Definition at line 174 of file tList.h.

00174 :listID_(-1){};


Member Function Documentation

int tListMember::ListID (  )  [inline]

Definition at line 172 of file tList.h.

References listID_.

Referenced by eVoter::GetVoter().

00172 {return listID_;}

Here is the caller graph for this function:

int& tListMember::ListIDRef (  )  [inline]

Definition at line 173 of file tList.h.

References listID_.

00173 {return listID_;}


Member Data Documentation

int tListMember::listID_ [private]

Definition at line 174 of file tList.h.

Referenced by ListID(), and ListIDRef().


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:57:24 2008 for Armagetron Advanced by  doxygen 1.5.4