bmap_data
objects to be updated lazily.
More...
#include <media/bmapdata.h>
Public Member Functions | |
virtual | ~update_func () |
Virtual destructor ensures correct destruction of subclasses. | |
virtual void | update (bmap_data &update_me)=0 |
bmap_data
objects to be updated lazily.
Definition at line 69 of file bmapdata.h.
virtual void media::bmap_data::update_func::update | ( | bmap_data & | update_me | ) | [pure virtual] |
To be overridden by subclasses to provide a way to update the bmap_data
.