Public Member Functions | Protected Attributes | Private Attributes

c_fn_cmd_global Class Reference

Implements "global" command. More...

#include <c_fn_cmd_global.h>

Inheritance diagram for c_fn_cmd_global:
Collaboration diagram for c_fn_cmd_global:

List of all members.

Public Member Functions

 c_fn_cmd_global (const vector< string > &var_names, const string &debug, long id)
 Constructor.
 c_fn_cmd_global (const c_fn_cmd_global &orig)
 Copy constructor.
virtual ~c_fn_cmd_global ()
 Destructor.
void add_inputs (vector< var_sym_index_t > &inputs)
 Adds all inputs to vector.
void clean_up ()
 Deallocates microcode (if applicable).
c_fn_cmdcopy ()
 Creates copy of itself.
const string & get_debug_string ()
 Gets debug string.
long get_id ()
 Gets ID of command.
e_cmd_type get_type ()
 Returns type of command.
vector< string > get_var_names ()
 Gets list of global variables.
c_fn_cmd_globaloperator= (const c_fn_cmd_global &orig)
 Assign operator.
void optimize_output (const vector< var_sym_index_t > &inputs)
 Optimizes output by removing result variables taht are not referenced as input.
bool sanity_check (string &msg)
 Performs sanity check.

Protected Attributes

string _debug
 Debug string.
long _id
 Unique ID of command.

Private Attributes

vector< string > _vars
 List of global variables to import to current scope.

Detailed Description

Implements "global" command.

Version:
1
Date:
2006-01
Author:
VooDooMan

Definition at line 62 of file c_fn_cmd_global.h.


The documentation for this class was generated from the following files:

Generated on Sat Aug 7 2010 15:29:37 for VooDoo cIRCle by doxygen 1.7.1

Get VooDoo cIRCle at SourceForge.net. Fast, secure and Free Open Source software downloads