#include <sharelib.h>
Public Types | |
| typedef void * | void_pointer |
void pointer type derived from template parameter | |
| typedef const void * | const_void_pointer |
const void pointer type derived from template parameter | |
Struct defines type for void and const void. This helps to carry constness of pointer trough generic template.
Definition at line 162 of file sharelib.h.
| typedef void* Share::TVoidPointer< T >::void_pointer |
| typedef const void* Share::TVoidPointer< T >::const_void_pointer |
1.5.2