![]() |
Topologic
0.8.9
|
(private) A factory class to create an integer Attribute. More...
#include <IntAttributeFactory.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... | |
(private) A factory class to create an integer Attribute.
|
overridevirtual |
Checks the type of the value.
| type | The type |
Implements Topologic::Attributes::AttributeFactory.
|
overridevirtual |
Creates an Attribute from a key and a value.
| key | A key |
| value | A value |
Implements Topologic::Attributes::AttributeFactory.
1.8.14