#include <FeedEngine.h>
Public Member Functions | |
| FeedEngine (const FeedEngineSettings &, FeedEngineListener *=NULL) | |
| virtual | ~FeedEngine () |
| const FeedEngineSettings & | settings () const |
Friends | |
| class | FeedEngineImpl |
Definition at line 32 of file FeedEngine.h.
| FeedEngine | ( | const FeedEngineSettings & | , |
| FeedEngineListener * | = NULL ) |
Initializes engine with given configuration.
|
virtual |
Destructs given instance.
| const FeedEngineSettings & settings | ( | ) | const |
Settings which define behavior of a given instance.
|
friend |
Definition at line 48 of file FeedEngine.h.