| 
    LCIO
    02.17
    
   | 
 
Implementation of SIOObjectHandler to handle IO of IntVecs. More...
#include <SIOLCVecHandler.h>
 Inheritance diagram for SIO::SIOLCVecHandler< VECTYPE >:Public Member Functions | |
| SIOLCVecHandler () | |
| Constructor.  More... | |
| void | read (sio::read_device &device, EVENT::LCObject *objP, sio::version_type vers) override | 
| Reads lcio objects from an SIO stream.  More... | |
| void | write (sio::write_device &device, const EVENT::LCObject *obj) override | 
| Writes lcio objects to an SIO stream.  More... | |
| EVENT::LCObject * | create () const override | 
| Factory method to create an object of the type of the collection.  More... | |
  Public Member Functions inherited from SIO::SIOObjectHandler | |
| SIOObjectHandler (const std::string &colType) | |
| Constructor with collection type.  More... | |
| virtual | ~SIOObjectHandler ()=default | 
| Default destructor.  More... | |
| unsigned int | flag () const | 
| Get the collection flag.  More... | |
| const std::string & | collectionType () const | 
| Get the collection type associated to the object handler (see EVENT/LCIO.h)  More... | |
| virtual void | initReading (sio::read_device &device, EVENT::LCCollection *collection, sio::version_type vers) | 
| Init collection reading.  More... | |
| virtual void | initWriting (sio::write_device &device, EVENT::LCCollection *collection) | 
| Init collection writing.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from SIO::SIOObjectHandler | |
| const std::string | _collectionType | 
| The collection type associated to LCIO object.  More... | |
| unsigned int | _flag {0} | 
| The collection flag.  More... | |
Implementation of SIOObjectHandler to handle IO of IntVecs.
Definition at line 24 of file SIOLCVecHandler.h.
      
  | 
  inline | 
Constructor.
Definition at line 50 of file SIOLCVecHandler.h.
      
  | 
  inlineoverridevirtual | 
Factory method to create an object of the type of the collection.
Implements SIO::SIOObjectHandler.
Definition at line 97 of file SIOLCVecHandler.h.
      
  | 
  inlineoverridevirtual | 
Reads lcio objects from an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 58 of file SIOLCVecHandler.h.
      
  | 
  inlineoverridevirtual | 
Writes lcio objects to an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 81 of file SIOLCVecHandler.h.
 1.8.5