|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Template specialisation of JReference class for pointer type. More...
#include <JReference.hh>
Public Member Functions | |
| JReference (JClass_t *const &pointer) | |
| Constructor. | |
| JReference (const JPointer< JClass_t > &pointer) | |
| Constructor. | |
| const JClass_t & | getReference () const |
| Get reference to object. | |
| bool | is_valid () const |
| Check validity of reference. | |
| const JClass_t * | operator-> () const |
| Smart pointer. | |
| const JClass_t & | operator* () const |
| Dereference operator. | |
Protected Attributes | |
| JClass_t *const & | __pointer |
Template specialisation of JReference class for pointer type.
Definition at line 193 of file JReference.hh.
|
inline |
Constructor.
| pointer | pointer |
Definition at line 201 of file JReference.hh.
|
inline |
|
inline |
|
inline |
Check validity of reference.
Definition at line 232 of file JReference.hh.
|
inline |
Smart pointer.
Definition at line 243 of file JReference.hh.
|
inline |
|
protected |
Definition at line 266 of file JReference.hh.