Topologic  0.8.9
Protected Member Functions | Properties | List of all members
Topologic::Attributes::AttributeFactoryManager Class Reference

An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs. This class is used to identify the attribute type. The ID is in the GUID format, represented as a String. A user-created AttributeFactory must be registered with a unique ID to this class. More...

#include <AttributeFactoryManager.h>

Protected Member Functions

void SetAttribute (Topology^ topology, String^ key, Object^ value)
 
AttributeFactoryGetFactory (const std::shared_ptr< TopologicCore::Attribute > kpUtilitiesAttribute)
 
AttributeFactoryGetFactory (Object^ value)
 

Properties

static AttributeFactoryManagerInstance [get]
 

Detailed Description

An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs. This class is used to identify the attribute type. The ID is in the GUID format, represented as a String. A user-created AttributeFactory must be registered with a unique ID to this class.


The documentation for this class was generated from the following files: