VOS::VobjectStore::Entry Struct Reference
#include <vobjectstore.hh>
Detailed Description
An entry in the Vobject store table.
Definition at line 19 of file vobjectstore.hh.
Public Member Functions
Public Attributes
- VUtil::vRef< Vobject > vobject
- The Vobject itself.
- The Vobject itself.
- std::set< std::string > types
- VUtil::vRef< MessageBlock > mb
- A list of messages which, when replayed, will restore the state of this Vobject.
- A list of messages which, when replayed, will restore the state of this Vobject.
- int pos
- bool savechildren
- std::map< std::string, std::string > blocks
- Persistance data blocks.
- Persistance data blocks.
- std::map< std::string, std::vector<
std::string > > acls
Constructor & Destructor Documentation
| VOS::VobjectStore::Entry::Entry | ( | ) | [inline] |
Definition at line 21 of file vobjectstore.hh.
| VOS::VobjectStore::Entry::Entry | ( | const Entry & | e | ) | [inline] |
Definition at line 22 of file vobjectstore.hh.
| VOS::VobjectStore::Entry::~Entry | ( | ) | [inline] |
Definition at line 28 of file vobjectstore.hh.
Member Data Documentation
| std::map< std::string, std::vector<std::string> > VOS::VobjectStore::Entry::acls |
| std::map<std::string, std::string> VOS::VobjectStore::Entry::blocks |
A list of messages which, when replayed, will restore the state of this Vobject.
Definition at line 38 of file vobjectstore.hh.
Used by remote CODs, the position of this object on the remote site.
Definition at line 42 of file vobjectstore.hh.
| std::set<std::string> VOS::VobjectStore::Entry::types |
The documentation for this struct was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/vobjectstore.hh