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.
Definition access_levels.h:55
@ public_access
Declares that this member was registered with public access.
Definition access_levels.h:50
@ private_access
Declares that this member was registered with private access.
Definition access_levels.h:60
Generated on Wed Mar 19 2025 15:41:30 for rttr - 0.9.6 by doxygen.