|
The Simons
|
#include <ReadFailureID.h>
Inheritance diagram for ReadFailureID:

ReadFailureID is a strongly typed, reference counting pointer that refers to a ReadFailure. ReadFailureID variables may be initialised to ReadFailure* objects and all subtypes. ReadFailureID variables may alias objects held by other ReadFailureID variables, or any subtype. When a ReadFailureID acquires an object, it increments the object's reference count. When a ReadFailureID releases an object, it decrements the object's reference count. If the reference count reaches zero, the object is automatically deleted.
Public Member Functions | |
| ReadFailureID () | |
| Declare a ReadFailureID. | |
| ~ReadFailureID () | |
| Release a ReadFailureID. | |
| ReadFailureID (const Null *) | |
| Initialise a ReadFailureID to refer explicitly to null. | |
| ReadFailureID (const ReadFailure *) | |
| Initialise a ReadFailureID to refer to a ReadFailure. | |
| ReadFailureID (const ReadFailureID &) | |
| Initialise a ReadFailureID to alias another ReadFailureID. | |
| ReadFailureID & | operator= (const ReadFailure *) |
| Reassign this ReadFailureID to refer to a ReadFailure. | |
| ReadFailureID & | operator= (const ReadFailureID &) |
| Reassign this ReadFailureID to alias another ReadFailureID. | |
| ReadFailure * | operator-> () const |
| Invoke a method on this ReadFailureID. | |
|
|
Declare a ReadFailureID.
|
|
|
Release a ReadFailureID.
|
|
|
Initialise a ReadFailureID to refer explicitly to null.
|
|
|
Initialise a ReadFailureID to refer to a ReadFailure.
|
|
|
Initialise a ReadFailureID to alias another ReadFailureID.
|
|
|
Invoke a method on this ReadFailureID.
Reimplemented from DataErrorID. |
|
|
Reassign this ReadFailureID to alias another ReadFailureID.
|
|
|
Reassign this ReadFailureID to refer to a ReadFailure.
|
1.3