libmoost
moost::io::loadable Class Reference

#include <file_backed_data_source.hpp>

Inheritance diagram for moost::io::loadable:

List of all members.

Public Member Functions

virtual ~loadable ()
virtual void load ()=0

Detailed Description

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.


Constructor & Destructor Documentation

virtual moost::io::loadable::~loadable ( ) [inline, virtual]

Definition at line 138 of file file_backed_data_source.hpp.


Member Function Documentation

virtual void moost::io::loadable::load ( ) [pure virtual]

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