Inheritance diagram for Swift::CapsStorage:Public Member Functions | |
| virtual | ~CapsStorage () |
| virtual DiscoInfo::ref | getDiscoInfo (const std::string &) const =0 |
| virtual void | setDiscoInfo (const std::string &, DiscoInfo::ref)=0 |
Definition at line 15 of file CapsStorage.h.
| virtual Swift::CapsStorage::~CapsStorage | ( | ) | [virtual] |
| virtual DiscoInfo::ref Swift::CapsStorage::getDiscoInfo | ( | const std::string & | ) | const [pure virtual] |
Implemented in Swift::CapsMemoryStorage.
| virtual void Swift::CapsStorage::setDiscoInfo | ( | const std::string & | , | |
| DiscoInfo::ref | ||||
| ) | [pure virtual] |
Implemented in Swift::CapsMemoryStorage.
1.7.1