Overload List
Method | Description |
---|---|
![]() | Default constructor. |
![]() | This constructor simply opens the object. |
![]() | Assures that the object underneath objId is accessible in the specified open mode. In effect, this function has the same effect as calling acdbOpenObject, except that open conflicts will not be a cause of failure, and the object open state will be automatically reverted to its prior state when the instance goes out of scope, or the close() or acquire() member is invoked on the instance. |
![]() | Copy constructor. |