access_levels.h
Go to the documentation of this file.
Definition: access_levels.h:34
access_levels
The access_levels enum represents the three access modifiers, which can be used in classes to encapsu...
Definition: access_levels.h:46
@ protected_access
Declares that this member was registered with protected access.
@ public_access
Declares that this member was registered with public access.
@ private_access
Declares that this member was registered with private access.
Generated on Sun Mar 7 2021 17:05:36 for rttr - 0.9.6 by doxygen.