| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
I/O formatting auxiliaries. More...
#include <string>#include <ostream>#include <sstream>#include <iomanip>Go to the source code of this file.
Namespaces | |
| namespace | JEEP | 
| General puprpose classes and methods.  | |
| namespace | JPP | 
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Macros | |
| #define | MAKE_STRING(A) | 
| Make string.   | |
| #define | MAKE_CSTRING(A) | 
| Make C-string.   | |
Functions | |
| std::ostream & | JEEP::getOstream () | 
| Get output stream for conversion to std::string.   | |
| const char * | JEEP::getCString (const std::string &input) | 
| Get output C-string.   | |
I/O formatting auxiliaries.
Definition in file JPrint.hh.
| #define MAKE_STRING | ( | A | ) | 
Make string.
| A | std::ostream compatible construct | 
| #define MAKE_CSTRING | ( | A | ) | 
Make C-string.
| A | std::ostream compatible construct |