Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JSTDObjectOutput.hh File Reference
#include <iterator>
#include "JLang/JObjectOutput.hh"

Go to the source code of this file.

Classes

class  JLANG::JSTDObjectOutput< JOutputIterator_t >
 Implementation of object output for STD compatible output iterator. More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
JSTDObjectOutput< T > * JLANG::getSTDObjectOutput (const JSTDObjectOutput< T > &out)
 Helper method to create STD compatible object output.
 
template<class T >
JSTDObjectOutput< T > * JLANG::getSTDObjectOutput (const T &out)
 Helper method to create STD compatible object output.
 
template<class T >
JSTDObjectOutput< typename std::insert_iterator< T > > * JLANG::getSTDObjectOutput (T &out)
 Helper method to create STD compatible object output.