#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 35 of file cppInstanceIdentifier.cxx. References _expr, _func_flags, _func_params, _scoping, NULL, and type. |
|
|
Definition at line 63 of file cppInstanceIdentifier.cxx. |
|
||||||||||||
|
Definition at line 50 of file cppInstanceIdentifier.cxx. References _func_flags, _func_params, IIT_func, and params. |
|
|
Definition at line 75 of file cppInstanceIdentifier.cxx. References _scoping, and IIT_scoped_pointer. |
|
|
Definition at line 81 of file cppInstanceIdentifier.h. Referenced by array_type(), Modifier(), and CPPInstanceIdentifier::r_unroll_type(). |
|
|
Definition at line 79 of file cppInstanceIdentifier.h. Referenced by func_type(), Modifier(), and CPPInstanceIdentifier::r_unroll_type(). |
|
|
Definition at line 78 of file cppInstanceIdentifier.h. Referenced by func_type(), Modifier(), and CPPInstanceIdentifier::r_unroll_type(). |
|
|
Definition at line 80 of file cppInstanceIdentifier.h. Referenced by Modifier(), CPPInstanceIdentifier::r_unroll_type(), and scoped_pointer_type(). |
|
|
Definition at line 77 of file cppInstanceIdentifier.h. Referenced by CPPInstanceIdentifier::r_unroll_type(). |
1.3