#include <ILCFactory.h>
Inheritance diagram for IO::ILCFactory:

Public Member Functions | |
| virtual | ~ILCFactory () |
| Destructor. | |
| virtual LCWriter * | createLCWriter ()=0 |
| virtual LCReader * | createLCReader ()=0 |
Definition at line 22 of file ILCFactory.h.
|
|
Destructor.
Definition at line 26 of file ILCFactory.h. |
|
|
Creates an LCReader object for the current persistency type. Implemented in IOIMPL::LCFactory. |
|
|
Creates an LCWriter object for the current persistency type. Implemented in IOIMPL::LCFactory. |
1.3.9.1