EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | List of all members
NameHash::Iterator Class Referenceabstract

Iterator over names in the hash. More...

#include <NameHash.h>

Inheritance diagram for NameHash::Iterator:
NameHash::Entry

Public Member Functions

virtual bool isValid () const =0
 
virtual void next ()=0
 Get next entry. More...
 
- Public Member Functions inherited from NameHash::Entry
virtual const stdString & getName () const =0
 Channel Name. More...
 
virtual const stdString & getIdTxt () const =0
 ID string (for index file, that might be the data file name)
 
virtual FileOffset getId () const =0
 ID code (for index file, that might be the file offset)
 

Detailed Description

Iterator over names in the hash.

Member Function Documentation

virtual bool NameHash::Iterator::isValid ( ) const
pure virtual
Returns
true if valid
virtual void NameHash::Iterator::next ( )
pure virtual

Get next entry.

See Also
isValid

The documentation for this class was generated from the following file: