ARB
|
#include <arbdb_base.h>
#include <arb_assert.h>
#include <arbtools.h>
Go to the source code of this file.
Classes | |
class | CharPredicate |
class | BasePosition |
struct | BI_ecoli_ref |
Macros | |
#define | bi_assert(bed) arb_assert(bed) |
Typedefs | |
typedef bool(* | char_predicate_fun )(char) |
typedef char_predicate_fun | is_gap_fun |
#define bi_assert | ( | bed | ) | arb_assert(bed) |
Definition at line 25 of file BI_basepos.hxx.
Referenced by BasePosition::abs_2_rel(), CharPredicate::applies(), BI_helix::initFromData(), BasePosition::initialize(), BI_helix::next_pair_position(), and BasePosition::rel_2_abs().
typedef bool(* char_predicate_fun)(char) |
Definition at line 28 of file BI_basepos.hxx.
typedef char_predicate_fun is_gap_fun |
Definition at line 44 of file BI_basepos.hxx.