|
Jpp test-rotations-old
the software that should make you happy
|
The template JReference class can be used to reference an object. More...
#include <JReference.hh>
Public Member Functions | |
| JReference (JClass_t &object) | |
| Constructor. | |
| const JClass_t & | getReference () const |
| Get reference to object. | |
| JClass_t & | getReference () |
| Get reference to object. | |
| bool | is_valid () const |
| Check validity of reference. | |
| const JClass_t * | operator-> () const |
| Smart pointer. | |
| JClass_t * | operator-> () |
| Smart pointer. | |
| const JClass_t & | operator* () const |
| Dereference operator. | |
| JClass_t & | operator* () |
| Dereference operator. | |
Protected Attributes | |
| JClass_t & | __object |
The template JReference class can be used to reference an object.
Definition at line 21 of file JReference.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Check validity of reference.
Definition at line 60 of file JReference.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 110 of file JReference.hh.