| 
    Jpp
    18.0.0-rc.3
    
   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.  More... | |
| const JClass_t & | getReference () const | 
| Get reference to object.  More... | |
| JClass_t & | getReference () | 
| Get reference to object.  More... | |
| bool | is_valid () const | 
| Check validity of reference.  More... | |
| const JClass_t * | operator-> () const | 
| Smart pointer.  More... | |
| JClass_t * | operator-> () | 
| Smart pointer.  More... | |
| const JClass_t & | operator* () const | 
| Dereference operator.  More... | |
| JClass_t & | operator* () | 
| Dereference operator.  More... | |
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 | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  protected | 
Definition at line 110 of file JReference.hh.
 1.8.5