ARB
|
#include <gb_aci.h>
Public Member Functions | |
GBL_call_env (GBDATA *gbd, const GBL_env &env_) | |
virtual | ~GBL_call_env () |
GBDATA * | get_item_ref () const |
const GBL_env & | get_env () const |
void | useFieldTracker (FieldTracker *tracker_) |
const char * | track_field_access (const char *fieldname) const |
GBDATA * | get_gb_main () const |
const char * | get_treename () const |
char * | interpret_subcommand (const char *input, const char *command) const |
|
inline |
Definition at line 160 of file gb_aci.h.
Referenced by GB_command_interpreter_in_env(), gbs_build_replace_string(), and GBL_command_arguments::get_item_ref().
|
inline |
Definition at line 161 of file gb_aci.h.
Referenced by apply_ACI(), and GBL_command_arguments::get_env().
|
inline |
Definition at line 163 of file gb_aci.h.
Referenced by ExportFieldScanner::scanFields().
Definition at line 164 of file gb_aci.h.
References FieldTracker::track_field().
Referenced by gbs_build_replace_string(), and GBL_command_arguments::track_field_access().
|
inline |
Definition at line 169 of file gb_aci.h.
References GBL_env::get_gb_main().
Referenced by GBL_maybe_itemless_call_env::GBL_maybe_itemless_call_env(), and GBL_command_arguments::get_gb_main().
|
inline |
Definition at line 170 of file gb_aci.h.
References GBL_env::get_treename().
Referenced by GBL_command_arguments::get_treename().
Definition at line 172 of file gb_aci.h.
References GB_command_interpreter_in_env().
Referenced by gbl_apply_binary_operator(), gbl_command(), gbl_do(), gbl_eval(), and gbl_select().