| void |
Description
Namespaces
| namespace | Util::GenericConversion Conversion to and from Generic . |
Classes
| class | Util::AttributeProvider |
| class | Util::Generic Container for a value with generic type. |
| class | Util::GenericAttribute |
| class | Util::WrapperAttribute |
| class | Util::GenericNumberAttribute |
| class | Util::_NumberAttribute |
| class | Util::BoolAttribute |
| class | Util::GenericStringAttribute |
| class | Util::_StringAttribute |
| class | Util::ReferenceAttribute |
| class | Util::GenericAttributeMap |
| class | Util::GenericAttributeList |
| class | Util::GenericAttributeSerialization Serialization for GenericAttribute . |
Functions
| StringAttribute * | createString(const std::string & s) |
| StringAttribute * | createString(std::string && s) |
Documentation
function
createString
| public | static | inline |
| StringAttribute * createString( | const std::string & | s ) |
Encapsulate a standard string into a generic attribute.
Parameters
- s
- Standard string
Returns
String encapsulated into a generic string attribute
Defined in Util/GenericAttribute.h:82
function
createString
| public | static | inline |
| StringAttribute * createString( | std::string && | s ) |
Defined in Util/GenericAttribute.h:83