Go to the source code of this file.
Classes | |
struct | ICustomECStructSerializer |
Interface for a custom ECStruct Serializer. More... | |
struct | CustomStructSerializerManager |
Used to manage multiple custom struct serializers. More... | |
struct | IECInstance |
An IECInstance represents an instance of an ECClass. More... | |
struct | IECRelationshipInstance |
ECN::IECRelationshipInstance is an instance of an ECRelationshipClass and represents the relationship between two IECInstances. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Bentley::ECN | |
Typedefs | |
typedef struct Bentley::BeXmlDom * | BeXmlDomP |
typedef struct Bentley::BeXmlDom & | BeXmlDomR |
typedef struct Bentley::BeXmlDom const * | BeXmlDomCP |
typedef struct Bentley::BeXmlDom const & | BeXmlDomCR |
typedef struct Bentley::BeXmlNode * | BeXmlNodeP |
typedef struct Bentley::BeXmlNode & | BeXmlNodeR |
typedef struct Bentley::BeXmlNode const * | BeXmlNodeCP |
typedef struct Bentley::BeXmlNode const & | BeXmlNodeCR |
typedef bmap< WString, ICustomECStructSerializerP > | NameSerializerMap |
typedef RefCountedPtr < IECInstance > | IECInstancePtr |
typedef RefCountedPtr < IECRelationshipInstance > | IECRelationshipInstancePtr |
typedef bvector< IECInstancePtr > | ECInstanceList |
typedef ECInstanceList * | ECInstanceListP |
typedef ECInstanceList & | ECInstanceListR |
typedef ECInstanceList const * | ECInstanceListCP |
typedef ECInstanceList const & | ECInstanceListCR |