|
torc-master
|
#include <Linker.hpp>
Public Member Functions | |
| const ViewSharedPtr | getExternView () const |
| void | setExternView (const ViewSharedPtr &inValue) |
| void | addInstance (const InstanceSharedPtr &inInstance) |
| const std::vector < InstanceSharedPtr > & | getInstances () const |
| void | setInstances (const std::vector< InstanceSharedPtr > &value) |
| template<typename _Tp > | |
| void | applyActionOnInstances (const _Tp &action) |
| UnresolvedInstances () | |
| ~UnresolvedInstances () throw () | |
| UnresolvedInstances (const UnresolvedInstances &inSource) | |
| UnresolvedInstances & | operator= (const UnresolvedInstances &inSource) |
Private Attributes | |
| ViewSharedPtr | mExternView |
| std::vector< InstanceSharedPtr > | mInstances |
Represents a collection of instances that are connected to an extern.
Definition at line 93 of file Linker.hpp.
| torc::generic::Linker::UnresolvedInstances::UnresolvedInstances | ( | ) |
Definition at line 119 of file Linker.cpp.
| torc::generic::Linker::UnresolvedInstances::~UnresolvedInstances | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 123 of file Linker.cpp.
| torc::generic::Linker::UnresolvedInstances::UnresolvedInstances | ( | const UnresolvedInstances & | inSource | ) |
Definition at line 125 of file Linker.cpp.
| void torc::generic::Linker::UnresolvedInstances::addInstance | ( | const InstanceSharedPtr & | inInstance | ) |
Definition at line 107 of file Linker.cpp.
|
inline |
Definition at line 105 of file Linker.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 230 of file Linker.hpp.
|
inline |
Definition at line 234 of file Linker.hpp.
| Linker::UnresolvedInstances & torc::generic::Linker::UnresolvedInstances::operator= | ( | const UnresolvedInstances & | inSource | ) |
Definition at line 131 of file Linker.cpp.
| void torc::generic::Linker::UnresolvedInstances::setExternView | ( | const ViewSharedPtr & | inValue | ) |
Definition at line 101 of file Linker.cpp.
| void torc::generic::Linker::UnresolvedInstances::setInstances | ( | const std::vector< InstanceSharedPtr > & | value | ) |
Definition at line 113 of file Linker.cpp.
|
private |
Definition at line 127 of file Linker.hpp.
|
private |
Definition at line 128 of file Linker.hpp.