Public Member Functions | |
| ItemSequence | availableDocuments () |
| Item | document (const std::string &aName) |
| DocumentManager (const DocumentManager &aMgr) | |
| DocumentManager (zorba::DocumentManager *aMgr) | |
| bool | isAvailableDocument (const std::string &aName) |
| void | put (const std::string &aName, Item aDoc) |
| void | remove (const std::string &aName) |
Definition at line 19 of file DocumentManager.h.
| DocumentManager::DocumentManager | ( | const DocumentManager & | aMgr | ) |
Definition at line 25 of file DocumentManager.h.
| DocumentManager::DocumentManager | ( | zorba::DocumentManager * | aMgr | ) |
Definition at line 26 of file DocumentManager.h.
| ItemSequence DocumentManager::availableDocuments | ( | ) |
| Item DocumentManager::document | ( | const std::string & | aName | ) |
| bool DocumentManager::isAvailableDocument | ( | const std::string & | aName | ) |
| void DocumentManager::put | ( | const std::string & | aName, |
| Item | aDoc | ||
| ) |
| void DocumentManager::remove | ( | const std::string & | aName | ) |