Public Member Functions | |
| NetFeedEngineProcessResult | process () |
| std::string | info () |
| virtual | ~FeedEngine () |
Protected Member Functions | |
| FeedEngine (void *impl) | |
Friends | |
| struct | FeHelper |
Definition at line 103 of file FeedEngine.h.
|
virtual |
|
explicitprotected |
| std::string info | ( | ) |
Provides information about the actual implementation of the feed engine.
| NetFeedEngineProcessResult process | ( | ) |
Carries out pending actions like data retrieval and event dispatching. This function must be invoked after each handler-associated action (i.e., start, stop).
|
friend |
Definition at line 124 of file FeedEngine.h.