AcRxObject AcDbDwgFiler AcDbDeepCloneFiler AcDbWblockCloneFiler
class AcDbDeepCloneFiler : public AcDbDwgFiler;
dbcfilrs.h
This class maintains a queue of typed (for instance, AcDbHardOwnershipId, AcDbSoftOwnershipId, and so on) object IDs. All read and write requests are forwarded to an embedded "real" filer, except for object IDs, which are removed from or added to the typed object ID queue. The class methods provide protocols for reading or writing "owned" objects in the queue. (The deepClone mechanism follows ownership references.)
Only methods unique to this class or with implementation details unique to this class are documented. Most of the methods of this class are documented in the AcDbDwgFiler base class.
AcDbDeepCloneFiler Constructor, AcDbDeepCloneFiler Methods
AcDbDatabase::deepCloneObjects(), AcDbObject::deepClone()