#include <UT_ThingList.h>
|
| UT_ThingList () |
|
| ~UT_ThingList () |
|
int | insertEntry (const UT_Hash &name, const UT_Thing &value, bool ordered=false) |
|
int | findEntry (const UT_Hash &name, UT_Thing *valuep, bool ordered=false) const |
|
int | findEntry (const UT_Hash &name, UT_Thing *valuep, const UT_Hash **namep, bool ordered=false) const |
|
UT_Thing & | getEntry (const UT_Hash &name, int *created=0, bool ordered=false) |
|
int | deleteEntry (const UT_Hash &name, bool ordered=false) |
|
const UT_Hash & | getHashReference (const UT_Hash &name, int *created=0, bool ordered=false) |
|
int | count () const |
|
int | traverse (int(*function)(UT_Thing &, const UT_Hash &, void *), void *data) const |
|
unsigned | entries () const |
|
unsigned | empty () const |
|
int64 | getMemoryUsage (bool inclusive) const |
|
UT_ThingEntry * | removeFirstThingEntry () |
|
UT_ThingEntry * | removeFirstThingEntry (const UT_Hash &name, bool ordered) |
|
void | insertThingEntry (UT_ThingEntry &thing_entry, bool ordered) |
|
traverser | begin () const |
|
traverser | end () const |
|
Definition at line 37 of file UT_ThingList.h.
UT_ThingList::UT_ThingList |
( |
| ) |
|
UT_ThingList::~UT_ThingList |
( |
| ) |
|
int UT_ThingList::count |
( |
| ) |
const |
int UT_ThingList::deleteEntry |
( |
const UT_Hash & |
name, |
|
|
bool |
ordered = false |
|
) |
| |
unsigned UT_ThingList::empty |
( |
| ) |
const |
unsigned UT_ThingList::entries |
( |
| ) |
const |
int UT_ThingList::findEntry |
( |
const UT_Hash & |
name, |
|
|
UT_Thing * |
valuep, |
|
|
bool |
ordered = false |
|
) |
| const |
UT_Thing& UT_ThingList::getEntry |
( |
const UT_Hash & |
name, |
|
|
int * |
created = 0 , |
|
|
bool |
ordered = false |
|
) |
| |
const UT_Hash& UT_ThingList::getHashReference |
( |
const UT_Hash & |
name, |
|
|
int * |
created = 0 , |
|
|
bool |
ordered = false |
|
) |
| |
int64 UT_ThingList::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
int UT_ThingList::insertEntry |
( |
const UT_Hash & |
name, |
|
|
const UT_Thing & |
value, |
|
|
bool |
ordered = false |
|
) |
| |
The documentation for this class was generated from the following file: