#include <klflibview_p.h>


Public Member Functions | |
| NodeCache () | |
| bool | isAllocated (IndexType i) |
| IndexType | insertNewNode (const N &n) |
| void | unlinkNode (const NodeId &nid) |
| void | unlinkNode (IndexType index) |
| N | takeNode (const NodeId &nid) |
| N | takeNode (IndexType index) |
Definition at line 160 of file klflibview_p.h.
| KLFLibModelCache::NodeCache< N >::NodeCache | ( | ) | [inline] |
Definition at line 162 of file klflibview_p.h.
| IndexType KLFLibModelCache::NodeCache< N >::insertNewNode | ( | const N & | n | ) | [inline] |
Definition at line 166 of file klflibview_p.h.
Referenced by KLFLibModelCache::cacheFindCategoryLabel(), and KLFLibModelCache::treeInsertEntry().
| bool KLFLibModelCache::NodeCache< N >::isAllocated | ( | IndexType | i | ) | [inline] |
Definition at line 164 of file klflibview_p.h.
Referenced by KLFLibModelCache::cacheFindCategoryLabel().
| N KLFLibModelCache::NodeCache< N >::takeNode | ( | const NodeId & | nid | ) | [inline] |
nid is right kind! Definition at line 191 of file klflibview_p.h.
Referenced by KLFLibModelCache::NodeCache< EntryNode >::takeNode().
| N KLFLibModelCache::NodeCache< N >::takeNode | ( | IndexType | index | ) | [inline] |
Definition at line 192 of file klflibview_p.h.
| void KLFLibModelCache::NodeCache< N >::unlinkNode | ( | IndexType | index | ) | [inline] |
Definition at line 184 of file klflibview_p.h.
| void KLFLibModelCache::NodeCache< N >::unlinkNode | ( | const NodeId & | nid | ) | [inline] |
nid is right kind! Definition at line 183 of file klflibview_p.h.
Referenced by KLFLibModelCache::NodeCache< EntryNode >::takeNode(), KLFLibModelCache::treeTakeEntry(), and KLFLibModelCache::NodeCache< EntryNode >::unlinkNode().