|
Jpp 21.0.0-rc.3
the software that should make you happy
|
Auxiliary class to assign the remainder of a sequence of Comma Separated Values. More...
#include <JCSV.hh>
Public Types | |
| typedef std::shared_ptr< JObjectOutput< T > > | helper_type |
Public Member Functions | |
| JCSV (const JSTDObjectWriter< T > &out) | |
| Constructor. | |
| JCSV & | operator, (argument_type value) |
| Iterator assignment. | |
| 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. | |
Auxiliary class to assign the remainder of a sequence of Comma Separated Values.
|
inherited |
Definition at line 32 of file JObjectWriter.hh.
|
inline |
Constructor.
| out | output iterator |
Definition at line 59 of file JCSV.hh.
|
inline |
|
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.