|
libmoost
|
#include <file_backed_data_source.hpp>

Public Member Functions | |
| virtual | ~loadable () |
| virtual void | load ()=0 |
Any class implementing this interface can be registered with a file_backed_data_source. Registered loadables will be asked to load() whenever the source reloads.
Definition at line 135 of file file_backed_data_source.hpp.
| virtual moost::io::loadable::~loadable | ( | ) | [inline, virtual] |
Definition at line 138 of file file_backed_data_source.hpp.
| virtual void moost::io::loadable::load | ( | ) | [pure virtual] |
Implemented in moost::io::file_backed_data_source< DataPolicy >.