|
torc-master
|
#include <Linker.hpp>
Collaboration diagram for torc::generic::Linker::NameSpec:Public Member Functions | |
| NameSpec () | |
| NameSpec (const std::string &inLibraryName, const std::string &inCellName, const std::string &inViewName) | |
| ~NameSpec () throw () | |
| NameSpec (const NameSpec &inSource) | |
| NameSpec & | operator= (const NameSpec &inSource) |
| bool | operator< (const NameSpec &inRhs) const |
| std::string | getLibraryName () const |
| void | setLibraryName (const std::string &inValue) |
| std::string | getCellName () const |
| void | setCellName (const std::string &inValue) |
| std::string | getViewName () const |
| void | setViewName (const std::string &inValue) |
Private Attributes | |
| std::string | mLibraryName |
| std::string | mCellName |
| std::string | mViewName |
The name specification of a view consisting of a library name, cell name and a view name.
Definition at line 56 of file Linker.hpp.
| torc::generic::Linker::NameSpec::NameSpec | ( | ) |
Definition at line 53 of file Linker.cpp.
| torc::generic::Linker::NameSpec::NameSpec | ( | const std::string & | inLibraryName, |
| const std::string & | inCellName, | ||
| const std::string & | inViewName | ||
| ) |
Definition at line 58 of file Linker.cpp.
| torc::generic::Linker::NameSpec::~NameSpec | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 65 of file Linker.cpp.
| torc::generic::Linker::NameSpec::NameSpec | ( | const NameSpec & | inSource | ) |
Definition at line 67 of file Linker.cpp.
|
inline |
Definition at line 222 of file Linker.hpp.
|
inline |
Definition at line 218 of file Linker.hpp.
|
inline |
Definition at line 226 of file Linker.hpp.
|
inline |
Definition at line 211 of file Linker.hpp.
| Linker::NameSpec & torc::generic::Linker::NameSpec::operator= | ( | const NameSpec & | inSource | ) |
Definition at line 73 of file Linker.cpp.
| void torc::generic::Linker::NameSpec::setCellName | ( | const std::string & | inValue | ) |
Definition at line 91 of file Linker.cpp.
| void torc::generic::Linker::NameSpec::setLibraryName | ( | const std::string & | inValue | ) |
Definition at line 85 of file Linker.cpp.
| void torc::generic::Linker::NameSpec::setViewName | ( | const std::string & | inValue | ) |
Definition at line 96 of file Linker.cpp.
|
private |
Definition at line 85 of file Linker.hpp.
|
private |
Definition at line 84 of file Linker.hpp.
|
private |
Definition at line 86 of file Linker.hpp.