Hello,<div><br></div><div>I have been trying to understand how to determine the accessing permission of a member in a C++ class. The only way I can find out is to iterate through the declarations of CXXRecordDecl and check for AccessSpecDecl. Is there a simpler way than this? Any hint will be appreciated.</div>
<div><br></div><div>Limin</div>