Spinnaker C++
4.0.0.116
Public Member Functions | List of all members
LoggingEventDataPtr Class Reference

A reference tracked pointer to the LoggingEvent object. More...

Inheritance diagram for LoggingEventDataPtr:
BasePtr< LoggingEventData >

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...
 
- Public Member Functions inherited from BasePtr< LoggingEventData >
 BasePtr (void) throw ()
 Default constructor. More...
 
 BasePtr (const BasePtr &other) throw ()
 Copy constructor. More...
 
virtual ~BasePtr (void)
 
virtual BasePtroperator= (const BasePtr &rhs)
 Assign INode Pointer. More...
 
virtual BasePtroperator= (const int nMustBeNull)
 
virtual BasePtroperator= (const long nMustBeNull)
 
virtual BasePtroperator= (const std::nullptr_t nullPtr)
 
virtual operator LoggingEventData * (void) const
 Dereferencing. More...
 
virtual LoggingEventDataoperator-> (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 LoggingEventDataget () const
 get() More...
 

Additional Inherited Members

- Protected Attributes inherited from BasePtr< LoggingEventData >
PointerData * m_pT
 Underlying raw pointer. More...
 

Detailed Description

A reference tracked pointer to the LoggingEvent object.

Examples:
Logging.cpp.

Constructor & Destructor Documentation

LoggingEventDataPtr ( )
throw (
)
inline

Default Constructor.

LoggingEventDataPtr ( const int  )
throw (
)
inline

Default Constructor with argument.

LoggingEventDataPtr ( const long  )
throw (
)
inline

Default Constructor with argument.

LoggingEventDataPtr ( const std::nullptr_t  )
throw (
)
inline

Default Constructor with argument.


The documentation for this class was generated from the following file:
Contact Support Spinnaker® SDK Programmer's Guide and API Reference