#include <cppInstanceIdentifier.h>
Public Member Functions | |
Modifier (CPPInstanceIdentifierType type) | |
Static Public Member Functions | |
Modifier | func_type (CPPParameterList *params, int flags) |
Modifier | array_type (CPPExpression *expr) |
Modifier | scoped_pointer_type (CPPIdentifier *scoping) |
Public Attributes | |
CPPInstanceIdentifierType | _type |
CPPParameterList * | _func_params |
int | _func_flags |
CPPIdentifier * | _scoping |
CPPExpression * | _expr |
|
Definition at line 40 of file cppInstanceIdentifier.cxx. References NULL. |
|
Definition at line 72 of file cppInstanceIdentifier.cxx. References _scoping, and IIT_scoped_pointer. |
|
Definition at line 57 of file cppInstanceIdentifier.cxx. |
|
Definition at line 86 of file cppInstanceIdentifier.cxx. References CPPInstanceIdentifier::_ident. |
|
Definition at line 91 of file cppInstanceIdentifier.h. Referenced by func_type(). |
|
Definition at line 89 of file cppInstanceIdentifier.h. |
|
Definition at line 88 of file cppInstanceIdentifier.h. |
|
Definition at line 90 of file cppInstanceIdentifier.h. Referenced by array_type(), and CPPInstanceIdentifier::get_scope(). |
|
Definition at line 87 of file cppInstanceIdentifier.h. |