30 struct DgnPlatformIntegration;
31 struct DgnPlatformIntegrationList;
32 struct IntegrationManager;
72 virtual void MakeClassAbstract() = 0;
92 bool allowDialogPrompt=
true,
unsigned long parentWindow=
NULL);
108 typedef bvector<DgnPlatformIntegrationPtr> T_DgnPlatformIntegrationPtrVec;
119 typedef T_DgnPlatformIntegrationPtrVec::iterator
iterator;
120 typedef T_DgnPlatformIntegrationPtrVec::size_type
size_type;
123 virtual void MakeClassAbstract() = 0;
wchar_t * WCharP
Definition: Bentley.h:225
iterator begin()
Definition: stdcxx/bstdmap.h:178
iterator end()
Definition: stdcxx/bstdmap.h:186
wchar_t const * WCharCP
Definition: Bentley.h:224
#define NULL
Definition: Bentley.h:157
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
size_type size() const
Definition: stdcxx/bstdmap.h:214
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51