![]() |
Topologic
0.8.9
|
A public abstract factory class to create an Attribute. This class should be inherited when new Attribute classes are implemented. More...
#include <AttributeFactory.h>
Public Member Functions | |
| virtual Attribute ^ | Create (String^ key, Object^ value) override |
| Creates an Attribute from a key and a value. More... | |
| virtual bool | CheckType (Type^ type) override |
| Checks the type of the value. More... | |
A public abstract factory class to create an Attribute. This class should be inherited when new Attribute classes are implemented.
|
pure virtual |
Checks the type of the value.
| type | The type |
Implemented in Topologic::Attributes::DoubleAttributeFactory, Topologic::Attributes::IntAttributeFactory, and Topologic::Attributes::StringAttributeFactory.
|
pure virtual |
Creates an Attribute from a key and a value.
| key | A key |
| value | A value |
Implemented in Topologic::Attributes::DoubleAttributeFactory, Topologic::Attributes::IntAttributeFactory, and Topologic::Attributes::StringAttributeFactory.
1.8.14