1 #ifndef __JLANG__JSTREAMOBJECTOUTPUT__
2 #define __JLANG__JSTREAMOBJECTOUTPUT__
17 namespace JPP {
using namespace JLANG; }
51 virtual bool put(
const T&
object)
override
94 template<
class JHead_t,
class JTail_t>
136 template<
class JHead_t>
void setSeparator(const std::string &sep)
Set token separator.
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
void setSeparator(const std::string &sep)
Set token separator.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
Auxiliary class for no type definition.
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
Template implementation of stream output for single data type.
Template interface of object output for single data type.
const std::string & getSeparator() const
Get token separator.
JStreamObjectOutput(std::ostream &out, const std::string &sep="")
Constructor.
virtual bool put(const T &object) override
Object output.