Share

AcDbDeepCloneFiler

Class Hierarchy

AcRxObject
    AcDbDwgFiler
        AcDbDeepCloneFiler
            AcDbWblockCloneFiler

C++

class AcDbDeepCloneFiler : public AcDbDwgFiler;

File

dbcfilrs.h

Description

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.)

Remarks

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.

Links

AcDbDeepCloneFiler Constructor, AcDbDeepCloneFiler Methods

See Also

AcDbDatabase::deepCloneObjects(), AcDbObject::deepClone()

Was this information helpful?