#include <ECObjects/ECObjects.h>
#include <ECObjects/ECInstance.h>
#include <ECObjects/ECSchema.h>
#include <Bentley/RefCounted.h>
#include <Bentley/bset.h>
Go to the source code of this file.
Classes | |
struct | ECEnabler |
An ECEnabler is the interface between an ECClass and an ECInstance. More... | |
struct | ECEnabler::IPropertyProcessor |
Interface of functor that wants to process text-valued properties. More... | |
struct | IECRelationshipEnabler |
Base class for all relationship enablers. More... | |
Macros | |
#define | INVALID_PROPERTY_INDEX 0; |
Typedefs | |
typedef RefCountedPtr < StandaloneECEnabler > | StandaloneECEnablerPtr |
typedef RefCountedPtr< ECEnabler > | ECEnablerPtr |
typedef RefCountedPtr < StandaloneECRelationshipInstance > | StandaloneECRelationshipInstancePtr |