ORB.fromPointer constructor
ORB.fromPointer(
- ORBPtr ptr, [
- bool attach = true
Implementation
factory ORB.fromPointer(cvg.ORBPtr ptr, [bool attach = true]) => ORB._(ptr, attach);