Puma Reference Manual | Puma::CProtection Class Reference |
Access protection of C++ class members for the purpose of member access control. More...
#include <Puma/CProtection.h>
Public Types | |
enum | Type { PROT_PUBLIC, PROT_PROTECTED, PROT_PRIVATE, PROT_NONE } |
The member access types. More... |
Access protection of C++ class members for the purpose of member access control.
There are three kinds of protection: private, public, and protected. The protection either is defined implicitely or explicitely using member access specifiers.