d-Gap copy functor More...
#include <bmfunc.h>
Public Member Functions | |
d_copy_func (T *dg_buf) | |
void | operator() (T dgap) |
Data Fields | |
T * | dgap_buf_ |
d-Gap copy functor
Definition at line 780 of file bmfunc.h.
bm::d_copy_func< T >::d_copy_func | ( | T * | dg_buf | ) | [inline] |
void bm::d_copy_func< T >::operator() | ( | T | dgap | ) | [inline] |
Definition at line 783 of file bmfunc.h.
References bm::d_copy_func< T >::dgap_buf_.
T* bm::d_copy_func< T >::dgap_buf_ |
Definition at line 785 of file bmfunc.h.
Referenced by bm::gap_2_dgap(), and bm::d_copy_func< T >::operator()().