#include <LCFactory.h>
Inheritance diagram for IOIMPL::LCFactory:

Public Member Functions | |
| virtual | ~LCFactory () |
| Destructor. | |
| virtual IO::LCWriter * | createLCWriter () |
| virtual IO::LCReader * | createLCReader () |
Static Public Member Functions | |
| LCFactory * | getInstance () |
Protected Member Functions | |
| LCFactory () | |
Static Private Attributes | |
| LCFactory * | _me = 0 |
|
|
Definition at line 21 of file LCFactory.cc. |
|
|
Destructor.
Definition at line 32 of file LCFactory.cc. |
|
|
Creates an LCReader object for the current persistency type. Implements IO::ILCFactory. Definition at line 44 of file LCFactory.cc. |
|
|
Creates an LCWriter object for the current persistency type. Implements IO::ILCFactory. Definition at line 36 of file LCFactory.cc. |
|
|
Returns the instance of the factory. In the future we need to specify the data format here... This doesn't work for java as an interface can't have static members ... Definition at line 25 of file LCFactory.cc. References _me. |
|
|
Definition at line 18 of file LCFactory.cc. Referenced by getInstance(). |
1.3.9.1