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.
◆ JPrintHelper()
template<class T >
JLANG::JPrintHelper::JPrintHelper |
( |
const T & |
object | ) |
|
|
inline |
◆ ~JPrintHelper()
JLANG::JPrintHelper::~JPrintHelper |
( |
| ) |
|
|
inline |
◆ get()
Get type writer.
- Parameters
-
Definition at line 75 of file JPrintHelper.hh.
77 return new JTypewriter<T>();
◆ print()
std::ostream& JLANG::JPrintHelper::print |
( |
std::ostream & |
out | ) |
const |
|
inline |
Print object.
- Parameters
-
- Returns
- output stream
Definition at line 139 of file JPrintHelper.hh.
const void* JLANG::JPrintHelper::p |
|
private |
◆ typeout
The documentation for this class was generated from the following file: