Public Types | |
| typedef boost::weak_ptr < te::common::Library > | LibraryWeakPtr |
Public Member Functions | |
| void | add (const std::string &id, const te::common::LibraryPtr &l) throw () |
| te::common::LibraryPtr | find (const std::string &id) throw () |
| Impl () | |
| ~Impl () | |
Private Attributes | |
| std::map< std::string, LibraryWeakPtr > | m_libraryMap |
Definition at line 35 of file LibraryManager.cpp.
| typedef boost::weak_ptr<te::common::Library> te::common::LibraryManager::Impl::LibraryWeakPtr |
Definition at line 39 of file LibraryManager.cpp.
|
inline |
Definition at line 41 of file LibraryManager.cpp.
|
inline |
Definition at line 45 of file LibraryManager.cpp.
|
inline | ||||||||||||||||||||
Definition at line 49 of file LibraryManager.cpp.
References m_libraryMap.
|
inline | ||||||||||||||
Definition at line 54 of file LibraryManager.cpp.
References m_libraryMap.
|
private |
Definition at line 66 of file LibraryManager.cpp.