cecko
|
Function descriptor. More...
#include <cktables.hpp>
Additional Inherited Members | |
![]() | |
virtual bool | is_var () const |
Global or local variable. | |
virtual bool | is_function () const |
Function. | |
virtual bool | is_constant () const |
Enumeration constant. | |
virtual CKTypeSafeObs | get_type () const =0 |
Type of the named object. | |
virtual bool | is_const () const |
Optional "const" flag on a variable. | |
virtual CKIRValueObs | get_ir () const |
The address of a variable, the value of a constant. | |
virtual CKIRFunctionObs | get_function_ir () const |
The address of a function. | |
![]() | |
const CIName & | get_name () const |
The name of the object. | |
Function descriptor.