|
Jpp
master_rocky-43-ge265d140c
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. More... | |
| JReference (const JReference< JClass_t > &reference) | |
| Constructor. More... | |
| const JClass_t & | getReference () const |
| Get reference to object. More... | |
| bool | is_valid () const |
| Check validity of reference. More... | |
| const JClass_t * | operator-> () const |
| Smart pointer. More... | |
| const JClass_t & | operator* () const |
| Dereference operator. More... | |
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 |
|
inline |
|
inline |
|
protected |
Definition at line 185 of file JReference.hh.