Public Member Functions | |
operator void * () | |
operator char * () | |
Protected Attributes | |
char | pb_buffer [size] |
smol::ProtectionBuffer< size >::operator char * | ( | ) | [inline] |
Cast operator to a char pointer.
smol::ProtectionBuffer< size >::operator void * | ( | ) | [inline] |
Cast operator to a void pointer.
char smol::ProtectionBuffer< size >::pb_buffer[size] [protected] |
The buffer of this buffer object.