| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Implementation of null output for single data type. More...
#include <JObjectOutput.hh>
  
Public Types | |
| typedef T | data_type | 
Public Member Functions | |
| virtual bool | put (const T &object) override | 
| Object output.   | |
Static Public Member Functions | |
| static data_type & | getInstance () | 
| Get unique instance of template class.   | |
Implementation of null output for single data type.
Definition at line 143 of file JObjectOutput.hh.
      
  | 
  inherited | 
Definition at line 20 of file JSingleton.hh.
      
  | 
  inlineoverridevirtual | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 153 of file JObjectOutput.hh.
      
  | 
  inlinestaticinherited | 
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.