Jpp
18.0.1-rc.2
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.