#include <GU_AttribCache.h>
Public Member Functions | |
| GU_AttribCache (unsigned int sz=0) | |
| ~GU_AttribCache () | |
| void | resize (unsigned int sz, unsigned short copyFlag=1) |
| unsigned int | capacity (void) const |
| unsigned int | entries (void) const |
| bool | isEmpty (void) const |
| void | entries (unsigned int ne) |
| GB_AttributeData & | operator() (unsigned i) |
| const GB_AttributeData & | operator() (unsigned i) const |
Definition at line 31 of file GU_AttribCache.h.
| GU_AttribCache::GU_AttribCache | ( | unsigned int | sz = 0 |
) | [inline, explicit] |
Definition at line 34 of file GU_AttribCache.h.
| GU_AttribCache::~GU_AttribCache | ( | ) | [inline] |
Definition at line 41 of file GU_AttribCache.h.
| unsigned int GU_AttribCache::capacity | ( | void | ) | const [inline] |
Definition at line 53 of file GU_AttribCache.h.
| void GU_AttribCache::entries | ( | unsigned int | ne | ) | [inline] |
Definition at line 59 of file GU_AttribCache.h.
| unsigned int GU_AttribCache::entries | ( | void | ) | const [inline] |
Definition at line 55 of file GU_AttribCache.h.
| bool GU_AttribCache::isEmpty | ( | void | ) | const [inline] |
Definition at line 57 of file GU_AttribCache.h.
| const GB_AttributeData& GU_AttribCache::operator() | ( | unsigned | i | ) | const [inline] |
Definition at line 67 of file GU_AttribCache.h.
| GB_AttributeData& GU_AttribCache::operator() | ( | unsigned | i | ) | [inline] |
Definition at line 65 of file GU_AttribCache.h.
| void GU_AttribCache::resize | ( | unsigned int | sz, | |
| unsigned short | copyFlag = 1 | |||
| ) | [inline] |
Definition at line 45 of file GU_AttribCache.h.
1.5.9