Go to the documentation of this file. 1 #ifndef __JLANG__JSTREAMOBJECTOUTPUT__
2 #define __JLANG__JSTREAMOBJECTOUTPUT__
17 namespace JPP {
using namespace JLANG; }
39 const std::string& sep =
"") :
51 virtual bool put(
const T&
object)
94 template<
class JHead_t,
class JTail_t>
114 const std::string& sep =
"") :
136 template<
class JHead_t>
152 const std::string& sep =
"") :
void setSeparator(const std::string &sep)
Set token separator.
Auxiliary class for no type definition.
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
Forward declarations for definitions of I/O redirect and pipe operators.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Template implementation of stream output for single data type.
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
virtual bool put(const T &object)
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.
void setSeparator(const std::string &sep)
Set token separator.