#include <ucfunc.h>
Collaboration diagram for FlagData:

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 |
Definition at line 48 of file ucfunc.h.
| FlagData::FlagData | ( | const long | func, | |
| const unsigned int | offset, | |||
| const unsigned int | flag, | |||
| const bool | access | |||
| ) | [inline] |
| 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] |
long FlagData::_func [private] |
unsigned int FlagData::_offset [private] |
unsigned int FlagData::_flag [private] |
bool FlagData::_access [private] |
1.5.1