Class InQualifierAddress
The input value of the this pointer of an instance member function.
Example:
struct C {
void mfunc(int n, char* p, float& r) const;
};
InQualifierAddressrepresents the value ofthis(with typeC const *) on entry to the function.
Import path
import cppDirect supertypes
Indirect supertypes
Predicates
| getIndirectionInput | INTERNAL: Do not use. |
| isQualifierAddress | Holds if this is the input value of the |
| toString |
Inherited predicates
| isParameter | Holds if this is the input value of the parameter with index | from FunctionInput |
| isParameterDeref | Holds if this is the input value pointed to by a pointer parameter to a function, or the input value referred to by a reference parameter to a function, where the parameter has index | from FunctionInput |
| isParameterDeref | Holds if this is the input value pointed to (through | from FunctionInput |
| isParameterDerefOrQualifierObject | Holds if | from FunctionInput |
| isParameterDerefOrQualifierObject | Holds if | from FunctionInput |
| isParameterOrQualifierAddress | Holds if | from FunctionInput |
| isQualifierObject | Holds if this is the input value pointed to by the | from FunctionInput |
| isQualifierObject | Holds if this is the input value pointed to by the | from FunctionInput |
| isReturnValueDeref | Holds if this is the input value pointed to by the return value of a function, if the function returns a pointer, or the input value referred to by the return value of a function, if the function returns a reference. | from FunctionInput |
| isReturnValueDeref | Holds if this is the input value pointed to by the return value of a function, if the function returns a pointer, or the input value referred to by the return value of a function, if the function returns a reference. | from FunctionInput |