|
Jpp 21.0.0-rc.3
the software that should make you happy
|
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 | |
| 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 > | |
| JAssignSequence< typename T::container_type::value_type > | JLANG::assign (const T &out) |
| Helper method to assign sequence of Comma Separated Values to object output. | |
| template<class T > | |
| JAssignSequence< typename T::value_type > | JLANG::assign (T &out) |
| Helper method to assign sequence of Comma Separated Values to object output. | |
Utility method to assign multiple values to STD container.
Definition in file JCSV.hh.