An loader object that may be associated with each Slice, such that data can created on access.
More...
#include <Slice.hpp>
List of all members.
Public Member Functions
-
Loader ()
- Constructor.
-
~Loader ()
- Destructor.
-
virtual bool load (const WeakPtr< Slice > &Self)=0
- The virtualized operation that is to be performed when creating a certain slice.
Detailed Description
An loader object that may be associated with each Slice, such that data can created on access.