| 
    Jpp
    17.0.0
    
   the software that should make you happy 
   | 
 
Implementation of object output for STD compatible output iterator. More...
#include <JSTDObjectOutput.hh>
  
 Public Types | |
| typedef  JOutputIterator_t::container_type::value_type  | value_type | 
| typedef JSTDObjectOutput < JOutputIterator_t >  | data_type | 
Public Member Functions | |
| JSTDObjectOutput (const JOutputIterator_t &out) | |
| Constructor.  More... | |
| virtual bool | put (const value_type &object) override | 
| Object output.  More... | |
| virtual bool | put (const JOutputIterator_t::container_type::value_type &object)=0 | 
| Object output.  More... | |
| data_type & | getInstance () | 
| Get static instance from temporary object.  More... | |
| data_type * | clone () const | 
| Get clone from temporary object.  More... | |
Protected Attributes | |
| JOutputIterator_t | out | 
Implementation of object output for STD compatible output iterator.
This class implements the JLANG::JObjectOutput interface for the corresponding data type.
Definition at line 26 of file JSTDObjectOutput.hh.
| typedef JOutputIterator_t::container_type::value_type JLANG::JSTDObjectOutput< JOutputIterator_t >::value_type | 
Definition at line 33 of file JSTDObjectOutput.hh.
      
  | 
  inherited | 
Definition at line 20 of file JObject.hh.
      
  | 
  inline | 
      
  | 
  inlineoverridevirtual | 
Object output.
| object | object | 
Definition at line 52 of file JSTDObjectOutput.hh.
      
  | 
  pure virtualinherited | 
Object output.
| object | object | 
      
  | 
  inlineinherited | 
Get static instance from temporary object.
Definition at line 27 of file JObject.hh.
      
  | 
  inlineinherited | 
Get clone from temporary object.
Definition at line 44 of file JObject.hh.
      
  | 
  protected | 
Definition at line 61 of file JSTDObjectOutput.hh.
 1.8.5