|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Template specialisation of JReference class for const data type. More...
#include <JReference.hh>
Public Member Functions | |
| JReference (const JClass_t &object) | |
| Constructor. | |
| JReference (const JReference< JClass_t > &reference) | |
| 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 | |
| const JClass_t & | __object |
Template specialisation of JReference class for const data type.
Definition at line 118 of file JReference.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Check validity of reference.
Definition at line 157 of file JReference.hh.
|
inline |
|
inline |
|
protected |
Definition at line 185 of file JReference.hh.