#include <VOP_CodeVarMapper.h>
Public Member Functions | |
| VOP_CodeVarMapperContext (VOP_CodeVarMapperContext *parent=NULL, VOP_Fetch *fetch_vop=NULL) | |
| Constructor. | |
| ~VOP_CodeVarMapperContext () | |
| Destructor. | |
| VOP_CodeVarMapperContext * | findOrCreateChildContext (VOP_Fetch *fetch_vop) |
| VOP_CodeVarMapperContext * | findChildContext (VOP_Fetch *fetch_vop) const |
| VOP_CodeVarMapperContext * | getParent () const |
| Return a pointer to the parent context. | |
| VOP_Fetch * | getFetchVOP () const |
Definition at line 32 of file VOP_CodeVarMapper.h.
| VOP_CodeVarMapperContext::VOP_CodeVarMapperContext | ( | VOP_CodeVarMapperContext * | parent = NULL, |
|
| VOP_Fetch * | fetch_vop = NULL | |||
| ) |
Constructor.
| VOP_CodeVarMapperContext::~VOP_CodeVarMapperContext | ( | ) |
Destructor.
| VOP_CodeVarMapperContext* VOP_CodeVarMapperContext::findChildContext | ( | VOP_Fetch * | fetch_vop | ) | const |
Return the child context which is associated to the given key. Return NULL if no such context exists.
| VOP_CodeVarMapperContext* VOP_CodeVarMapperContext::findOrCreateChildContext | ( | VOP_Fetch * | fetch_vop | ) |
Return the child context which is associated to the given key. If no such child context exists, then create one.
| VOP_Fetch* VOP_CodeVarMapperContext::getFetchVOP | ( | ) | const [inline] |
Return a pointer to the Fetch VOP which was responsible for the creation of this context.
Definition at line 55 of file VOP_CodeVarMapper.h.
| VOP_CodeVarMapperContext* VOP_CodeVarMapperContext::getParent | ( | ) | const [inline] |
1.5.9