Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
ECObjects
ECObjectsAPI.h
Go to the documentation of this file.
1
/*--------------------------------------------------------------------------------------+
2
|
3
| Supplied under applicable software license agreement.
4
|
5
| Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6
|
7
+---------------------------------------------------------------------------------------*/
8
#pragma once
9
10
/*=================================================================================**/
42
#include <string>
43
#include <vector>
44
#include <map>
45
#ifdef USE_HASHMAP_IN_CLASSLAYOUT // WIP_NONPORT - No hashmap on Android
46
#include <hash_map>
47
#endif
48
#include <limits>
49
50
#include <
ECObjects/ECEnabler.h
>
51
#include <
ECObjects/ECInstance.h
>
52
#include <
ECObjects/ECSchema.h
>
53
#include <
ECObjects/SupplementalSchema.h
>
54
#include <
ECObjects/ECContext.h
>
55
#include <
ECObjects/ECValue.h
>
56
#include <
ECObjects/ECExpressions.h
>
57
#include <
ECObjects/ECDBuffer.h
>
58
#include <
ECObjects/StandaloneECInstance.h
>
59
#include <
ECObjects/StandaloneECRelationshipInstance.h
>
60
#include <
ECObjects/ecprovider.h
>
61
#include <
ECObjects/ECInstanceIterable.h
>
62
#include <
ECObjects/PresentationMetadataHelper.h
>
63
#include <
ECObjects/StandardCustomAttributeHelper.h
>
64
#include <
Bentley/ScopedArray.h
>
65
SupplementalSchema.h
ECExpressions.h
ECSchema.h
ECEnabler.h
PresentationMetadataHelper.h
ECInstanceIterable.h
ECContext.h
ECValue.h
ecprovider.h
StandaloneECInstance.h
ECInstance.h
StandardCustomAttributeHelper.h
ScopedArray.h
StandaloneECRelationshipInstance.h
ECDBuffer.h
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.