a81cef4467
- Modularize common routines - Extract the block_dumper interface for displaying blocks - Remove inheritance from show_traits
15 lines
311 B
C++
15 lines
311 B
C++
#ifndef DBG_BITSET_BLOCK_DUMPER
|
|
#define DBG_BITSET_BLOCK_DUMPER
|
|
|
|
#include "dbg-lib/block_dumper.h"
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
namespace dbg {
|
|
block_dumper::ptr create_bitset_block_dumper();
|
|
}
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
#endif
|