| 
    Jpp
    18.2.1
    
   the software that should make you happy 
   | 
 
I/O formatting auxiliaries. More...
#include <string>#include <ostream>#include <sstream>#include <iomanip>#include "JLang/JManip.hh"#include "Jeep/JStreamToolkit.hh"Go to the source code of this file.
Classes | |
| struct | JEEPZ | 
| Auxiliary data structure for streaming of STL containers.  More... | |
| struct | JEEPZ::JStream | 
| Auxiliary class for format STL containers.  More... | |
Namespaces | |
| JEEP | |
| General puprpose classes and methods.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Macros | |
| #define | MAKE_STRING(A) (static_cast<std::ostringstream&>(JEEP::getOstream() << A << std::flush)).str() | 
| Make string.  More... | |
| #define | MAKE_CSTRING(A) JEEP::getCString(MAKE_STRING(A)) | 
| Make C-string.  More... | |
Functions | |
| std::ostream & | JEEP::getOstream () | 
| Get output stream for conversion to std::string.  More... | |
| const char * | JEEP::getCString (const std::string &input) | 
| Get output C-string.  More... | |
I/O formatting auxiliaries.
Definition in file JPrint.hh.
| #define MAKE_STRING | ( | A | ) | (static_cast<std::ostringstream&>(JEEP::getOstream() << A << std::flush)).str() | 
| #define MAKE_CSTRING | ( | A | ) | JEEP::getCString(MAKE_STRING(A)) | 
 1.8.5