used inside VariableStore to implement variable scoping
More...
#include <Scope.hpp>
List of all members.
Detailed Description
used inside VariableStore to implement variable scoping
Member Typedef Documentation
Member Enumeration Documentation
enum for classifying type of scope
- Enumerator:
GLOBAL_SCOPE |
|
LOCAL_SCOPE |
|
LOGICAL_BLOCK_SCOPE |
|
Constructor & Destructor Documentation
Member Function Documentation
VarHashEntry< TYPE > * Scope::get |
( |
unsigned int |
nsID, |
|
|
const XMLCh * |
name |
|
) |
| |
Scope< TYPE > * Scope::getNext |
( |
| ) |
|
std::vector< std::pair< unsigned int, const XMLCh * > > Scope::getVars |
( |
| ) |
const |
void Scope::put |
( |
unsigned int |
nsID, |
|
|
const XMLCh * |
name, |
|
|
VarHashEntry< TYPE > * |
value |
|
) |
| |
void Scope::remove |
( |
unsigned int |
nsID, |
|
|
const XMLCh * |
name |
|
) |
| |
void Scope::setNext |
( |
Scope * |
next | ) |
|
The documentation for this class was generated from the following file: