#include <TagCacheRetrieval.h>
Inheritance diagram for TagCacheRetrieval:
Public Member Functions | |
TagCacheRetrieval (const Pathname &filename) | |
~TagCacheRetrieval () | |
void | startRetrieval () |
void | stopRetrieval () |
std::string & | getName (void) |
bool | retrieveData (const TagRetrievalPos &pos, std::list< std::string > &data_r) |
bool | retrieveData (const TagRetrievalPos &pos, std::string &data_r) |
Private Member Functions | |
REP_BODY (TagCacheRetrieval) | |
Private Attributes | |
std::string | _name |
bool | _keep_open |
std::ifstream | _stream |
|
|
|
|
|
access to stream and parser these are non-const because the caller might clobber the values |
|
|
|
|
|
access to values |
|
|
|
|
|
|
|
|
|
|