#include <IRootIOCnv.h>
Inheritance diagram for IRootIOCnv:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual RootInputStream * | makeInputStream (const RootInputAddress &ria)=0 |
| Make a new input stream for this object and based on the given address. | |
| virtual RootOutputStream * | makeOutputStream (const RootOutputAddress &roa)=0 |
| Make a new output stream for this object and based on the given address. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 15 of file IRootIOCnv.h.
| static const InterfaceID& IRootIOCnv::interfaceID | ( | ) | [inline, static] |
Reimplemented from IInterface.
Definition at line 19 of file IRootIOCnv.h.
00019 { return IID_IRootIOCnv; }
| virtual RootInputStream* IRootIOCnv::makeInputStream | ( | const RootInputAddress & | ria | ) | [pure virtual] |
Make a new input stream for this object and based on the given address.
Implemented in RootIOTypedCnv< PerType, TranType >.
| virtual RootOutputStream* IRootIOCnv::makeOutputStream | ( | const RootOutputAddress & | roa | ) | [pure virtual] |
Make a new output stream for this object and based on the given address.
Implemented in RootIOTypedCnv< PerType, TranType >.
1.4.7