Go to the documentation of this file.
23 #ifndef INCLUDED_BLOCKS_KEEP_M_IN_N_H
24 #define INCLUDED_BLOCKS_KEEP_M_IN_N_H
51 static sptr make(
size_t itemsize,
int m,
int n,
int offset);
53 virtual void set_m(
int m) = 0;
54 virtual void set_n(
int n) = 0;
55 virtual void set_offset(
int offset) = 0;