absyntax_utils/search_var_instance_decl.hh
changeset 533 dd93707c482e
parent 531 e7d6f28fc882
child 536 563b013ec670
equal deleted inserted replaced
532:cb78940b2cb8 533:dd93707c482e
   106     symbol_c *   get_decl   (symbol_c *variable_instance_name); 
   106     symbol_c *   get_decl   (symbol_c *variable_instance_name); 
   107     unsigned int get_vartype(symbol_c *variable_instance_name);
   107     unsigned int get_vartype(symbol_c *variable_instance_name);
   108     unsigned int get_option (symbol_c *variable_instance_name);
   108     unsigned int get_option (symbol_c *variable_instance_name);
   109 
   109 
   110     /* NOTE: The following function will be completely deleted in the (hopefully near) future. */
   110     /* NOTE: The following function will be completely deleted in the (hopefully near) future. */
       
   111     /* Returns true if the variable is an ARRAY or a STRUCT, otherwise returns false.
       
   112      * Note that for FB, also returns false!
       
   113      */
   111     bool type_is_complex(symbol_c *variable_name);
   114     bool type_is_complex(symbol_c *variable_name);
   112 
   115 
   113   public:
   116   public:
   114     /* the types of variables that need to be processed... */
   117     /* the types of variables that need to be processed... */
   115     static const unsigned int none_vt     = 0x0000;
   118     static const unsigned int none_vt     = 0x0000;