Auxiliary class to print via member method const char* str() const;.  
 More...
#include <JPrintHelper.hh>
Auxiliary class to print via member method const char* str() const;. 
Definition at line 24 of file JPrintHelper.hh.
template<class T > 
  
  | 
        
          | JLANG::JPrintHelper::JPrintHelper | ( | const T & | object | ) |  |  | inline | 
 
Constructor. 
- Parameters
- 
  
  
Definition at line 118 of file JPrintHelper.hh.
JTypeout * typeout
pointer to printer interface 
Auxiliary class for a type holder. 
Auxiliary template class for type bool. 
const void * p
pointer to object 
 
 
 
  
  | 
        
          | JLANG::JPrintHelper::~JPrintHelper | ( |  | ) |  |  | inline | 
 
Destructor. 
Definition at line 127 of file JPrintHelper.hh.
JTypeout * typeout
pointer to printer interface 
 
 
 
Get type writer. 
- Parameters
- 
  
  
Definition at line 75 of file JPrintHelper.hh.
   77       return new JTypewriter<T>();
 
 
 
 
  
  | 
        
          | std::ostream& JLANG::JPrintHelper::print | ( | std::ostream & | out | ) | const |  | inline | 
 
Print object. 
- Parameters
- 
  
  
- Returns
- output stream 
Definition at line 139 of file JPrintHelper.hh.
JTypeout * typeout
pointer to printer interface 
virtual std::ostream & print(std::ostream &out, const void *p) const =0
Print object. 
const void * p
pointer to object 
 
 
 
  
  | 
        
          | const void* JLANG::JPrintHelper::p |  | private | 
 
 
The documentation for this class was generated from the following file: