#include <appAPI.h>#include <list>#include <ostream>Go to the source code of this file.
Namespaces | |
| namespace | storage |
Classes | |
| class | storage::EvmsObject |
| class | storage::EvmsDataObject |
| class | storage::EvmsContainerObject |
| struct | storage::EvmsContainerObject::peinfo |
| class | storage::EvmsVolumeObject |
| class | storage::EvmsAccess |
Defines | |
| #define | bool boolean |
Enumerations | |
| enum | storage::ObjType { storage::EVMS_UNKNOWN, storage::EVMS_DISK, storage::EVMS_SEGMENT, storage::EVMS_REGION, storage::EVMS_PLUGIN, storage::EVMS_CONTAINER, storage::EVMS_VOLUME, storage::EVMS_OBJ } |
Functions | |
| std::ostream & | storage::operator<< (std::ostream &Stream, const ObjType Obj) |
| std::ostream & | storage::operator<< (std::ostream &Stream, const EvmsAccess &Obj) |
| std::ostream & | storage::operator<< (std::ostream &Stream, const EvmsObject &Obj) |
| std::ostream & | storage::operator<< (std::ostream &Stream, const EvmsDataObject &Obj) |
| std::ostream & | storage::operator<< (std::ostream &Stream, const EvmsContainerObject &Obj) |
| std::ostream & | storage::operator<< (std::ostream &Stream, const EvmsVolumeObject &Obj) |
| #define bool boolean |
1.5.5