Indexes to attribute name, type name and object value for the persistent storage of an attribute list. The attribute and type names are stored in individual vectors, but the object value is stored in one of serveral type-specific vectors.
More...
#include <AttrListIndexes.h>
Indexes to attribute name, type name and object value for the persistent storage of an attribute list. The attribute and type names are stored in individual vectors, but the object value is stored in one of serveral type-specific vectors.
- Author
- RD Schaffer
- Id
- AttrListIndexes.h,v 1.2 2008-10-13 15:12:05 schaffer Exp
Definition at line 19 of file AttrListIndexes.h.
◆ AttrListIndexes() [1/4]
AttrListIndexes::AttrListIndexes |
( |
| ) |
|
|
inline |
◆ AttrListIndexes() [2/4]
AttrListIndexes::AttrListIndexes |
( |
unsigned short |
nameIndex, |
|
|
unsigned short |
typeIndex, |
|
|
unsigned short |
objIndex |
|
) |
| |
|
inline |
◆ AttrListIndexes() [3/4]
AttrListIndexes::AttrListIndexes |
( |
unsigned short |
typeIndex, |
|
|
unsigned short |
objIndex |
|
) |
| |
|
inline |
◆ AttrListIndexes() [4/4]
AttrListIndexes::AttrListIndexes |
( |
unsigned int |
combinedIndex | ) |
|
|
inline |
◆ combinedIndex()
unsigned int AttrListIndexes::combinedIndex |
( |
| ) |
const |
|
inline |
◆ isValid()
bool AttrListIndexes::isValid |
( |
| ) |
const |
|
inline |
◆ nameIndex()
unsigned short AttrListIndexes::nameIndex |
( |
| ) |
const |
|
inline |
◆ objIndex()
unsigned short AttrListIndexes::objIndex |
( |
| ) |
const |
|
inline |
Index into the type-specific value vectors - type index identifies which one.
Definition at line 103 of file AttrListIndexes.h.
◆ setAttrIndex()
void AttrListIndexes::setAttrIndex |
( |
unsigned short |
nameIndex | ) |
|
|
inline |
◆ setCombinedIndex()
void AttrListIndexes::setCombinedIndex |
( |
unsigned int |
combinedIndex | ) |
|
|
inline |
◆ setObjIndex()
void AttrListIndexes::setObjIndex |
( |
unsigned short |
index | ) |
|
|
inline |
◆ setTypeIndex()
void AttrListIndexes::setTypeIndex |
( |
unsigned short |
typeIndex | ) |
|
|
inline |
◆ typeIndex()
unsigned short AttrListIndexes::typeIndex |
( |
| ) |
const |
|
inline |
◆ m_objIndex
unsigned short AttrListIndexes::m_objIndex |
|
private |
◆ m_typeIndex
unsigned short AttrListIndexes::m_typeIndex |
|
private |
The documentation for this class was generated from the following file: