77 struct DgnDocumentManager;
111 FoundEnvironment = 6,
112 FoundRelativeFileName = 7,
113 FoundEnvironmentFileName = 8,
118 virtual void MakeClassAbstract() = 0;
184 virtual void MakeClassAbstract() = 0;
314 virtual void MakeClassAbstract() = 0;
399 SupressFailureNotification = 1<<0,
452 ApplicationReserved = 0xff00,
458 UpdateRepository = 1,
468 ApplicationReserved = 0xff00,
472 virtual void MakeClassAbstract() = 0;
676 AcceptExisting = 1<<0,
693 CreateDocument = 1<<2,
697 virtual void MakeClassAbstract() = 0;
773 virtual void MakeClassAbstract() = 0;
804 virtual void MakeClassAbstract() = 0;
835 virtual void MakeClassAbstract() = 0;
866 IncludeSubItems = 1<<1,
873 NoIntegrationLoaded = 2,
877 virtual void MakeClassAbstract() = 0;
#define ENUM_IS_FLAGS(ENUMTYPE)
Definition: Bentley.r.h:164
struct DgnPlatform::DgnDocumentMoniker const & DgnDocumentMonikerCR
Definition: DgnPlatform.h:197
Read-only data cannot be updated.
iterator begin()
Definition: stdcxx/bstdmap.h:178
iterator end()
Definition: stdcxx/bstdmap.h:186
wchar_t const * WCharCP
Definition: Bentley.h:224
Template to simplify the task of writing a class that implements the reference-counting pattern...
Definition: RefCounted.h:90
#define NULL
Definition: Bentley.h:157
struct DgnPlatform::DgnFolderMoniker const & DgnFolderMonikerCR
Definition: DgnPlatform.h:210
Open for both read and write.
int32_t Int32
Definition: Bentley.r.h:119
IManager * GetManager()
Return a pointer to the one and only relationship manager.
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
struct DgnPlatform::DgnFolder const * DgnFolderCP
Definition: DgnPlatform.h:196
Definition: DgnPlatform.r.h:77
int StatusInt
Definition: Bentley.h:222
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
int64_t Int64
Definition: Bentley.r.h:130
RelativePathPreference
Definition: DgnDocumentManager.h:169
struct DgnPlatform::DgnDocument const * DgnDocumentCP
Definition: DgnPlatform.h:195
Interface to be adopted by a class the implements the reference-counting pattern. ...
Definition: RefCounted.h:34
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