Searched refs:nonConstClassInstance (Results 1 – 1 of 1) sorted by relevance
54 DummyClass nonConstClassInstance; variable57 DummyClass *pointerToNonConstDummyClass = &nonConstClassInstance;61 DummyClass &referenceToNonConstDummyClass = nonConstClassInstance;64 int *nonConstPointerToMember = &nonConstClassInstance.nonConstPublicMemberVariable;67 int *const constPointerToNonConstMember = &nonConstClassInstance.nonConstPublicMemberVariable;72 DummyClass *const constPointerToNonConstDummyClass = &nonConstClassInstance;