NCBI C++ ToolKit
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
CMacroResolver Class Reference

Search Toolkit Book for CMacroResolver

CMacroResolver Variable and function resolver Provides interfaces for: More...

#include <gui/objutils/macro_engine_parallel.hpp>

+ Inheritance diagram for CMacroResolver:
+ Collaboration diagram for CMacroResolver:

Public Member Functions

 CMacroResolver (const CMacroRep &macro_rep, CIRef< IMacroBioDataIter > data_iter, CRef< CMacroCmdComposite > CmdComposite, CConstIRef< IMacroFunctionContext > context, CMacroStat &stat)
 
virtual bool ResolveIdentifier (const string &identifier, CMQueryNodeValue &val, const CQueryParseTree::TNode *parent)
 Resolve identifier and store the value in @val. More...
 
virtual void CallFunction (const string &name, CQueryParseTree::TNode &qnode)
 Function call the function specified by name, passing args as parameters and it can update nv as a result. More...
 
virtual CQueryParseTreeGetAssignmentWhereClause (int index) const
 Return the "where" sub-query from the DO-DONE section identified by the index in the main parsed tree. More...
 
virtual CRef< CMQueryNodeValueGetOrCreateRTVar (const string &name)
 Get or create run-time variable. More...
 
virtual bool ExistRTVar (const string &name)
 Return true if the run-time variable, identified by its name, is defined. More...
 
virtual void AddTmpRTVarObject (const string &name, CObjectInfo &oi)
 used together with the Assignment Operator (CMQueryFunctionAssignment) More...
 
virtual bool GetTmpRTVarObject (const string &name, CObjectInfo &oi)
 
virtual void ResetTmpRTVarObjects ()
 
- Public Member Functions inherited from IResolver
virtual ~IResolver ()
 

Private Types

typedef map< string, CRef< CMQueryNodeValue > > TRTVarsMap
 
typedef map< string, CObjectInfoTTempRTVarsMap
 

Private Member Functions

bool x_ResolveRTVar (const string &identifier, CMQueryNodeValue &val, const CQueryParseTree::TNode *parent)
 Return the value of Run-Time (RT) variable. More...
 
CRef< CMQueryNodeValuex_LocateRTVar (const string &identifier)
 Return data associated with the RT variable based on its name. More...
 

Private Attributes

CConstRef< CMacroRepm_MacroRep
 
CIRef< IMacroBioDataIterm_DataIter
 
CMacroStatm_MacroStat
 
CRef< CMacroCmdCompositem_CmdComposite
 
CConstIRef< IMacroFunctionContextm_FuncContext
 
TRTVarsMap m_RTVars
 
TTempRTVarsMap m_TempRTVars
 

Detailed Description

CMacroResolver Variable and function resolver Provides interfaces for:

Definition at line 101 of file macro_engine_parallel.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:57:45 2024 by modify_doxy.py rev. 669887