#include "DgnPlatform.h"
Go to the source code of this file.
Classes | |
struct | FixedSizeForeignIdIO< _ForeignId > |
FixedSizeForeignIdIO - Default ForeignId I/0 class - handles fixed size keys. More... | |
class | ElementIdMap< _ForeignId, _Compare, _ForeignIdIO > |
ElementIDMap is a template for classes which store a mapping from some "foreign" object ID to DGN Element Ids (64 bit unsigned integers). More... | |
struct | WStringIdIO |
Object for I/O for foreign string keys. More... | |
struct | StringToElementIdMap |
Map for foreign string keys. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Typedefs | |
typedef ElementIdMap< WString, std::less< WString const & > , WStringIdIO > | T_StringToElementIdMap |