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