Generic value container. Primarily for internal usage.
More...
#include <conversion.hpp>
Generic value container. Primarily for internal usage.
ctd::conversion::Value::Value |
( |
const std::string & |
name = "" | ) |
|
|
inlineexplicit |
ctd::conversion::Value::~Value |
( |
| ) |
|
|
inline |
ctd::conversion::Value::Value |
( |
const std::string & |
name = "" | ) |
|
|
inlineexplicit |
ctd::conversion::Value::~Value |
( |
| ) |
|
|
inline |
ctd::conversion::Value::Value |
( |
const std::string & |
name = "" | ) |
|
|
inlineexplicit |
ctd::conversion::Value::~Value |
( |
| ) |
|
|
inline |
void* ctd::conversion::Value::GetValue |
( |
| ) |
|
|
inline |
Return value as void*. Calling function must cast to the appropriate type.
void* ctd::conversion::Value::GetValue |
( |
| ) |
|
|
inline |
Return value as void*. Calling function must cast to the appropriate type.
void* ctd::conversion::Value::GetValue |
( |
| ) |
|
|
inline |
Return value as void*. Calling function must cast to the appropriate type.
template<class TYPE >
void ctd::conversion::Value::SetValue |
( |
const TYPE & |
value | ) |
|
|
inline |
template<class TYPE >
void ctd::conversion::Value::SetValue |
( |
const TYPE & |
value | ) |
|
|
inline |
template<class TYPE >
void ctd::conversion::Value::SetValue |
( |
const TYPE & |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: