#include <IONameFile.h>
Inheritance diagram for Sct::File::IONameFile:
Public Member Functions | |
IONameFile (const string &fileName) throw (InvalidArgument) | |
IONameFile (const string &uniqueID, const string &className) throw () | |
virtual | ~IONameFile () throw () |
string | getClassName () const throw () |
Protected Member Functions | |
virtual void | parse () throw (InvalidArgument) |
Must set uniqueID from nameIO. | |
virtual void | construct () throw () |
Must set nameIO from uniqueID and className. |
|
Definition at line 7 of file IONameFile.cpp. |
|
Definition at line 11 of file IONameFile.cpp. |
|
Definition at line 15 of file IONameFile.cpp. |
|
Must set nameIO from uniqueID and className.
Implements Sct::IOName. Definition at line 29 of file IONameFile.cpp. |
|
Definition at line 18 of file IONameFile.cpp. |
|
Must set uniqueID from nameIO.
Implements Sct::IOName. Definition at line 22 of file IONameFile.cpp. |