class MonIndex Access monitor index information.
| | const_index_iterator Iterator. |
| | MonIndex (void) Default constructor. |
| | MonIndex (MonClient& mc) Construct an index and fill it from the specified client |
| | MonIndex (const char* Server) Construct an index and initialize it from the specified server |
| | ~MonIndex (void) Destroy an index |
| | begin (void) const Index start iterator. |
| | end (void) const Index end iterator. |
| | find (const std::string& Name) const Get pointer to specified entry. |
| | exists (const std::string& name) const Test whether the specified entry exists |
| | getComment (const std::string& name) const Get the specified comment. |
| | getComment (const_index_iterator& iter) const Get the specified comment. |
| | getName (const_index_iterator& iter) const Get the name from the entry pointed to by an iterator |
| | getType (const std::string& name) const Get the type field from the named entry |
| | getType (const_index_iterator& iter) const Get the type field from the named entry |
| | setIndex (MonClient& mc) Get index information. |
| | setIndex (const char* Server) Get index information. |
| | clear (void) Remove all entries from the index |
The MonIndex class provides access to the monitor data server index information.
MonIndex(void)
MonIndex(MonClient& mc)
MonIndex(const char* Server)
~MonIndex(void)
const_index_iterator begin(void) const
const_index_iterator end(void) const
const_index_iterator find(const std::string& Name) const
bool exists(const std::string& name) const
const char* getComment(const std::string& name) const
const char* getComment(const_index_iterator& iter) const
const char* getName(const_index_iterator& iter) const
const char* getType(const std::string& name) const
const char* getType(const_index_iterator& iter) const
bool setIndex(MonClient& mc)
bool setIndex(const char* Server)
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++