#include <core_specific.h>
Inheritance diagram for acdk::lang::sys::specific< T >:
Public Member Functions | |
specific () | |
specific (const T &intitval) | |
bool | isSet () |
returns true if an initial value is set | |
void | reset () |
T & | get () |
specific< T > & | operator= (const T &t) |
T * | operator-> () |
const T * | operator-> () const |
operator T & () | |
Static Public Member Functions | |
void | cleanup (void *ptr) |
|
|
|
|
|
Reimplemented from acdk::lang::sys::core_specific. |
|
Reimplemented from acdk::lang::sys::core_specific. |
|
returns true if an initial value is set
Reimplemented from acdk::lang::sys::core_specific. |
|
|
|
|
|
|
|
|
|
|