| 
    Jpp
    17.1.1
    
   the software that should make you happy 
   | 
 
Auxiliary base class for inline creation of a static value or clone from a temporary object. More...
#include <JObject.hh>
Public Types | |
| typedef T | data_type | 
Public Member Functions | |
| data_type & | getInstance () | 
| Get static instance from temporary object.  More... | |
| data_type * | clone () const | 
| Get clone from temporary object.  More... | |
Protected Member Functions | |
| JObject () | |
| Default constructor.  More... | |
| JObject (const JObject &) | |
| Copy constructor.  More... | |
Private Member Functions | |
| JObject & | operator= (const JObject &) | 
Auxiliary base class for inline creation of a static value or clone from a temporary object.
Definition at line 18 of file JObject.hh.
| typedef T JLANG::JObject< T >::data_type | 
Definition at line 20 of file JObject.hh.
      
  | 
  inlineprotected | 
      
  | 
  inlineprotected | 
      
  | 
  inline | 
Get static instance from temporary object.
Definition at line 27 of file JObject.hh.
      
  | 
  inline | 
Get clone from temporary object.
Definition at line 44 of file JObject.hh.
      
  | 
  private | 
 1.8.5