Searched refs:nonConstPublicMemberVariable (Results 1 – 1 of 1) sorted by relevance
46 int nonConstPublicMemberVariable = 0; member in DummyClass64 int *nonConstPointerToMember = &nonConstClassInstance.nonConstPublicMemberVariable;67 int *const constPointerToNonConstMember = &nonConstClassInstance.nonConstPublicMemberVariable;80 const int *const constPointerToConstMember = &constClassInstance.nonConstPublicMemberVariable;