A reference tracked pointer to the LoggingEvent object. More...
Public Member Functions | |
LoggingEventDataPtr () throw () | |
Default Constructor. More... | |
LoggingEventDataPtr (const int) throw () | |
Default Constructor with argument. More... | |
LoggingEventDataPtr (const long) throw () | |
Default Constructor with argument. More... | |
LoggingEventDataPtr (const std::nullptr_t) throw () | |
Default Constructor with argument. More... | |
![]() | |
BasePtr (void) throw () | |
Default constructor. More... | |
BasePtr (const BasePtr &other) throw () | |
Copy constructor. More... | |
virtual | ~BasePtr (void) |
virtual BasePtr & | operator= (const BasePtr &rhs) |
Assign INode Pointer. More... | |
virtual BasePtr & | operator= (const int nMustBeNull) |
virtual BasePtr & | operator= (const long nMustBeNull) |
virtual BasePtr & | operator= (const std::nullptr_t nullPtr) |
virtual | operator LoggingEventData * (void) const |
Dereferencing. More... | |
virtual LoggingEventData * | operator-> (void) const |
Dereferencing. More... | |
virtual bool | IsValid () const throw () |
True if the pointer is valid. More... | |
virtual | operator bool (void) const throw () |
True if the pointer is valid. More... | |
virtual bool | operator== (const BasePtr &rT) const |
Pointer equal. More... | |
virtual bool | operator== (std::nullptr_t) const |
Pointer equal. More... | |
virtual bool | operator== (int nMustBeNull) const |
Pointer equal. More... | |
virtual bool | operator== (long nMustBeNull) const |
Pointer equal. More... | |
virtual bool | operator!= (const BasePtr &rT) const |
Pointer not equal. More... | |
virtual bool | operator!= (std::nullptr_t) const |
Pointer not equal. More... | |
virtual bool | operator!= (int nMustBeNull) const |
Pointer not equal. More... | |
virtual bool | operator!= (long nMustBeNull) const |
Pointer not equal. More... | |
virtual LoggingEventData * | get () const |
get() More... | |
Additional Inherited Members | |
![]() | |
PointerData * | m_pT |
Underlying raw pointer. More... | |
A reference tracked pointer to the LoggingEvent object.
|
inline |
Default Constructor.
|
inline |
Default Constructor with argument.
|
inline |
Default Constructor with argument.
|
inline |
Default Constructor with argument.
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Mon Apr 10 2023 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |