#include <value_store.h>
| Static Public Member Functions | |
| static void | clone (const void *o, void **out) | 
| static void | destroy (const void *o, void **out) | 
| Static Public Attributes | |
| static vtable_type | vtable_s | 
Definition at line 44 of file value_store.h.
| static void ProgramOptions::detail::OptVTable< T >::clone | ( | const void * | o, | 
| void ** | out | ||
| ) |  [inline, static] | 
Definition at line 45 of file value_store.h.
| static void ProgramOptions::detail::OptVTable< T >::destroy | ( | const void * | o, | 
| void ** | out | ||
| ) |  [inline, static] | 
Definition at line 48 of file value_store.h.
| vtable_type ProgramOptions::detail::OptVTable< T >::vtable_s  [static] | 
 {
        (vcall_type)0x1
        , &OptVTable<T>::clone
        , &OptVTable<T>::destroy
        , &VTable<T>::typeinfo
}
Definition at line 52 of file value_store.h.