Public Member Functions | |
IONameFile (const string &fileName) throw (InvalidArgument) | |
IONameFile (const UniqueID &uniqueID, const string &className) throw () | |
virtual | ~IONameFile () throw () |
Protected Member Functions | |
IONameFile () | |
virtual void | parse () throw (InvalidArgument) |
Must set uniqueID from nameIO. | |
virtual void | construct () throw () |
Must set nameIO from uniqueID and className. |
Definition at line 12 of file IONameFile.h.
|
Must set nameIO from uniqueID and className.
Implements Sct::IOName. Definition at line 29 of file IONameFile.cpp. References Sct::IOName::className, Sct::SctNames::getTempDir(), Sct::IOName::nameIO, and Sct::IOName::uniqueID. Referenced by IONameFile(). Here is the call graph for this function: ![]() |
|
Must set uniqueID from nameIO.
Implements Sct::IOName. Definition at line 22 of file IONameFile.cpp. References Sct::IOName::className, Sct::IOName::nameIO, and Sct::IOName::uniqueID. Referenced by IONameFile(). |