Public Member Functions | |
IONameDB (const std::string &name) throw (Sct::InvalidArgument) | |
IONameDB (const Sct::UniqueID &uniqueID, const std::string &className) throw () | |
virtual | ~IONameDB () throw () |
Protected Member Functions | |
IONameDB () | |
virtual void | parse () throw (Sct::InvalidArgument) |
Must set uniqueID from nameIO. | |
virtual void | construct () throw () |
Must set nameIO from uniqueID and className. |
Definition at line 9 of file IONameDB.h.
|
Must set nameIO from uniqueID and className.
Implements Sct::IOName. Definition at line 26 of file IONameDB.cpp. References Sct::IOName::className, Sct::IOName::nameIO, and Sct::IOName::uniqueID. |
|
Must set uniqueID from nameIO.
Implements Sct::IOName. Definition at line 20 of file IONameDB.cpp. References Sct::IOName::className, Sct::IOName::nameIO, and Sct::IOName::uniqueID. |