#include <stringblocks.h>
Public Member Functions | |
| StringBlocks (int nstr, int nstr_per_block) | |
| int | nstr_per_block () const |
| How many strings per block? | |
| int | nblocks () const |
| How many blocks? | |
| int | size (int block) const |
| Size of the block. | |
| int | block (int str) const |
| To which block does this string belong? | |
| int | rel_to_block_begin (int str) const |
| Index within the block. | |
| int | begin (int block) const |
| First string in this block. | |
| int | end (int block) const |
| Last string in this block. | |
Definition at line 16 of file stringblocks.h.
1.5.4