FlagData Class Reference

#include <ucfunc.h>

Collaboration diagram for FlagData:

Collaboration graph
[legend]
List of all members.

Public Types

enum  { SETFLAG = false, GETFLAG = true }
enum  { POP = false, PUSH = true }

Public Member Functions

 FlagData (const long func, const unsigned int offset, const unsigned int flag, const bool access)
long func () const
unsigned int offset () const
unsigned int flag () const
bool access () const

Private Attributes

long _func
unsigned int _offset
unsigned int _flag
bool _access

Detailed Description

Definition at line 48 of file ucfunc.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
SETFLAG 
GETFLAG 

Definition at line 51 of file ucfunc.h.

anonymous enum

Enumerator:
POP 
PUSH 

Definition at line 53 of file ucfunc.h.


Constructor & Destructor Documentation

FlagData::FlagData ( const long  func,
const unsigned int  offset,
const unsigned int  flag,
const bool  access 
) [inline]

Definition at line 55 of file ucfunc.h.


Member Function Documentation

long FlagData::func (  )  const [inline]

Definition at line 59 of file ucfunc.h.

References _func.

Referenced by SortFlagDataLessFunc::operator()(), and SortFlagDataLessFlag::operator()().

unsigned int FlagData::offset (  )  const [inline]

Definition at line 60 of file ucfunc.h.

References _offset.

Referenced by SortFlagDataLessFunc::operator()(), and SortFlagDataLessFlag::operator()().

unsigned int FlagData::flag (  )  const [inline]

Definition at line 61 of file ucfunc.h.

References _flag.

Referenced by SortFlagDataLessFunc::operator()(), and SortFlagDataLessFlag::operator()().

bool FlagData::access (  )  const [inline]

Definition at line 62 of file ucfunc.h.

References _access.


Member Data Documentation

long FlagData::_func [private]

Definition at line 62 of file ucfunc.h.

Referenced by func().

unsigned int FlagData::_offset [private]

Definition at line 66 of file ucfunc.h.

Referenced by offset().

unsigned int FlagData::_flag [private]

Definition at line 67 of file ucfunc.h.

Referenced by flag().

bool FlagData::_access [private]

Definition at line 68 of file ucfunc.h.

Referenced by access().


The documentation for this class was generated from the following file:
Generated on Mon Jul 9 14:51:35 2007 for ExultEngine by  doxygen 1.5.1