#include <Linker.hpp>
Public Member Functions | |
| NameSpec (const std::string &inLibraryName, const std::string &inCellName, const std::string &inViewName) | |
| NameSpec (const NameSpec &inSource) | |
| NameSpec & | operator= (const NameSpec &inSource) throw () |
| bool | operator< (const NameSpec &inRhs) const throw () |
| std::string | getLibraryName () const throw () |
| void | setLibraryName (const std::string &inValue) throw () |
| std::string | getCellName () const throw () |
| void | setCellName (const std::string &inValue) throw () |
| std::string | getViewName () const throw () |
| void | setViewName (const std::string &inValue) throw () |
Private Attributes | |
| std::string | mLibraryName |
| std::string | mCellName |
| std::string | mViewName |
Definition at line 52 of file Linker.hpp.
1.5.6