|
Jpp
|
Utility method to assign multiple values to STD container. More...
#include <iterator>#include "JLang/JClass.hh"#include "JLang/JSTDTypes.hh"#include "JLang/JSTDObjectWriter.hh"Go to the source code of this file.
Classes | |
| class | JLANG::JAssignSequence< T > |
| Auxiliary class to assign a sequence of Comma Separated Values (CSV). More... | |
| struct | JLANG::JAssignSequence< T >::JCSV |
| Auxiliary class to assign the remainder of a sequence of Comma Separated Values. More... | |
Namespaces | |
| JLANG | |
| Auxiliary classes and methods for language specific functionality. | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
| template<class JOutputIterator_t > | |
| JAssignSequence< typename JOutputIterator_t::container_type::value_type > | JLANG::iter_assign (const JOutputIterator_t &out) |
| Helper method to assign sequence of Comma Separated Values to output iterator. More... | |
| template<class JContainer_t > | |
| JAssignSequence< typename JContainer_t::value_type > | JLANG::assign (JContainer_t &out) |
| Helper method to assign sequence of Comma Separated Values to output container. More... | |
| template<class JOutputIterator_t > | |
| JAssignSequence< typename JOutputIterator_t::container_type::value_type > | JLANG::assign (const JOutputIterator_t &out) |
| Helper method to assign sequence of Comma Separated Values to output iterator. More... | |
Utility method to assign multiple values to STD container.
Definition in file JCSV.hh.
1.8.5