32namespace JPP {
using namespace JLANG; }
Forward declarations of STD containers.
Auxiliary class to assign a sequence of Comma Separated Values (CSV).
JAssignSequence(const JSTDObjectWriter< T > &out)
Constructor.
JCSV operator=(argument_type value)
Assignment operator.
JClass< T >::argument_type argument_type
virtual bool put(const T &object)=0
Object output.
Implementation of object output from STD container.
Auxiliary classes and methods for language specific functionality.
JAssignSequence< typename T::container_type::value_type > assign(const T &out)
Helper method to assign sequence of Comma Separated Values to object output.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class to assign the remainder of a sequence of Comma Separated Values.
JCSV & operator,(argument_type value)
Iterator assignment.
JCSV(const JSTDObjectWriter< T > &out)
Constructor.
JArgument< T >::argument_type argument_type