1#ifndef __JLANG__JSTREAMOBJECTOUTPUT__ 
    2#define __JLANG__JSTREAMOBJECTOUTPUT__ 
   17namespace JPP { 
using namespace JLANG; }
 
   39                        const std::string& sep = 
"") :
 
 
   51    virtual bool put(
const T& 
object)
 override  
 
 
   94  template<
class JHead_t, 
class JTail_t>
 
  114                        const std::string& sep = 
"") :
 
 
 
  136  template<
class JHead_t>
 
  152                        const std::string& sep = 
"") :
 
 
 
Template interface of object output for single data type.
 
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
 
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
 
void setSeparator(const std::string &sep)
Set token separator.
 
Template implementation of stream output for single data type.
 
void setSeparator(const std::string &sep)
Set token separator.
 
virtual bool put(const T &object) override
Object output.
 
const std::string & getSeparator() const
Get token separator.
 
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary class for no type definition.