ARB
PH_root.cxx
Go to the documentation of this file.
1 // ================================================================= //
2 // //
3 // File : PH_root.cxx //
4 // Institute of Microbiology (Technical University Munich) //
5 // http://www.arb-home.de/ //
6 // //
7 // ================================================================= //
8 
9 #include "phylo.hxx"
10 #include <arbdbt.h>
11 
12 PH_root *PH_root::SINGLETON = NULp;
13 
14 GB_ERROR PH_root::open(const char *db_server) {
16 
17  gb_main = GB_open(db_server, "rwt");
18  if (!gb_main) error = GB_await_error();
19 
20  return error;
21 }
GBDATA * GB_open(const char *path, const char *opent)
Definition: ad_load.cxx:1363
GB_ERROR open(const char *db_server)
Definition: PH_root.cxx:14
GB_ERROR GB_await_error()
Definition: arb_msg.cxx:342
static void error(const char *msg)
Definition: mkptypes.cxx:96
#define NULp
Definition: cxxforward.h:116