#include <lscript_tree.h>

Public Member Functions | |
| LLScriptAllocationManager () | |
| ~LLScriptAllocationManager () | |
| void | addAllocation (LLScriptFilePosition *ptr) |
| void | deleteAllocations () |
Public Attributes | |
| LLLinkedList < LLScriptFilePosition > | mAllocationList |
Definition at line 2275 of file lscript_tree.h.
| LLScriptAllocationManager::LLScriptAllocationManager | ( | ) | [inline] |
Definition at line 2278 of file lscript_tree.h.
| LLScriptAllocationManager::~LLScriptAllocationManager | ( | ) | [inline] |
Definition at line 2279 of file lscript_tree.h.
References LLLinkedList< DATA_TYPE >::deleteAllData(), and mAllocationList.

| void LLScriptAllocationManager::addAllocation | ( | LLScriptFilePosition * | ptr | ) | [inline] |
Definition at line 2284 of file lscript_tree.h.
References LLLinkedList< DATA_TYPE >::addData(), and mAllocationList.

| void LLScriptAllocationManager::deleteAllocations | ( | ) | [inline] |
Definition at line 2289 of file lscript_tree.h.
References LLLinkedList< DATA_TYPE >::deleteAllData(), and mAllocationList.

Definition at line 2294 of file lscript_tree.h.
Referenced by addAllocation(), deleteAllocations(), and ~LLScriptAllocationManager().
1.5.5