#include <property.h>
Definition at line 44 of file property.h.
◆ Property() [1/4]
exotica::Property::Property |
( |
const std::string & |
prop_name | ) |
|
◆ Property() [2/4]
exotica::Property::Property |
( |
const std::string & |
prop_name, |
|
|
bool |
is_required |
|
) |
| |
◆ Property() [3/4]
exotica::Property::Property |
( |
const std::string & |
prop_name, |
|
|
bool |
is_required, |
|
|
boost::any |
val |
|
) |
| |
◆ Property() [4/4]
exotica::Property::Property |
( |
std::initializer_list< boost::any > |
val | ) |
|
◆ Get()
boost::any exotica::Property::Get |
( |
| ) |
const |
◆ GetName()
const std::string & exotica::Property::GetName |
( |
| ) |
const |
◆ GetType()
std::string exotica::Property::GetType |
( |
| ) |
const |
◆ IsInitializerVectorType()
bool exotica::Property::IsInitializerVectorType |
( |
| ) |
const |
◆ IsRequired()
bool exotica::Property::IsRequired |
( |
| ) |
const |
◆ IsSet()
bool exotica::Property::IsSet |
( |
| ) |
const |
◆ IsStringType()
bool exotica::Property::IsStringType |
( |
| ) |
const |
◆ Set()
template<typename C >
void exotica::Property::Set |
( |
const C |
val | ) |
|
|
inline |
◆ name_
std::string exotica::Property::name_ |
|
private |
◆ required_
bool exotica::Property::required_ |
|
private |
◆ value_
boost::any exotica::Property::value_ |
|
private |
The documentation for this class was generated from the following files: