The USB specific grab result smart pointer.
More...
#include <pylon/usb/BaslerUsbGrabResultPtr.h>
Inherits CDeviceSpecificGrabResultPtr< CBaslerUsbGrabResultData >.
The USB specific grab result smart pointer.
Pylon::CBaslerUsbGrabResultPtr::CBaslerUsbGrabResultPtr |
( |
| ) |
|
|
inline |
Creates a smart pointer.
- Postcondition
- No grab result is referenced.
Pylon::CBaslerUsbGrabResultPtr::CBaslerUsbGrabResultPtr |
( |
const CGrabResultPtr & |
rhs | ) |
|
|
inline |
Creates a copy of a smart pointer.
- Parameters
-
[in] | rhs | Another smart pointer, source of the result data to reference. |
The data itself is not copied.
- Postcondition
-
Another reference to the grab result of the source is held if it references a grab result.
-
No grab result is referenced if the source does not reference a grab result.
- Error Safety:
- Still valid after error.
The documentation for this class was generated from the following file: