|
Jpp 21.0.0-rc.3
the software that should make you happy
|
Auxiliary class to assign a sequence of Comma Separated Values (CSV). More...
#include <JCSV.hh>
Classes | |
| struct | JCSV |
| Auxiliary class to assign the remainder of a sequence of Comma Separated Values. More... | |
Public Types | |
| typedef std::shared_ptr< JObjectOutput< T > > | helper_type |
Public Member Functions | |
| JAssignSequence (const JSTDObjectWriter< T > &out) | |
| Constructor. | |
| JCSV | operator= (argument_type value) |
| Assignment operator. | |
| template<class JOutput_t > | |
| void | set (const JOutput_t &out) |
| Set output. | |
| template<class JOutput_t > | |
| void | set (JOutput_t &out) |
| Set output. | |
| virtual bool | put (const T &object) override |
| Object output. | |
| virtual JObjectOutput< T > * | getHelper () const override |
| Get helper. | |
Protected Types | |
| typedef JClass< T >::argument_type | argument_type |
Auxiliary class to assign a sequence of Comma Separated Values (CSV).
|
protected |
|
inherited |
Definition at line 32 of file JObjectWriter.hh.
|
inline |
Constructor.
| out | output iterator |
Definition at line 84 of file JCSV.hh.
|
inline |
Assignment operator.
This operator assigns the first of a sequence of Comma Separated Values and returns the corresponding object to assign the remainder of this sequence.
| value | value |
|
inlineinherited |
Set output.
| out | output |
Definition at line 66 of file JSTDObjectWriter.hh.
|
inlineinherited |
|
inlineoverridevirtualinherited |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 43 of file JAbstractObjectWriter.hh.
|
inlineoverridevirtualinherited |
Get helper.
Implements JLANG::JAbstractObjectWriter< T >.
Definition at line 46 of file JObjectWriter.hh.