absyntax_utils/search_var_instance_decl.hh
changeset 417 d48f53715f77
parent 279 c0453b7f99df
child 504 f8d422b98315
equal deleted inserted replaced
416:0c2ef191b22a 417:d48f53715f77
    75     unsigned int current_vartype;
    75     unsigned int current_vartype;
    76 
    76 
    77   public:
    77   public:
    78     search_var_instance_decl_c(symbol_c *search_scope);
    78     search_var_instance_decl_c(symbol_c *search_scope);
    79     symbol_c *get_decl(symbol_c *variable_instance_name);
    79     symbol_c *get_decl(symbol_c *variable_instance_name);
    80     unsigned int get_vartype(void);
    80     
       
    81     unsigned int get_vartype(symbol_c *variable_instance_name);
    81 
    82 
    82   public:
    83   public:
    83 
    84 
    84     /* the types of variables that need to be processed... */
    85     /* the types of variables that need to be processed... */
    85     static const unsigned int none_vt     = 0x0000;
    86     static const unsigned int none_vt     = 0x0000;