ARB
Main Page
Namespaces
Classes
Files
File List
File Members
PHYLO
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) {
15
GB_ERROR
error
=
NULp
;
16
17
gb_main =
GB_open
(db_server,
"rwt"
);
18
if
(!gb_main) error =
GB_await_error
();
19
20
return
error
;
21
}
GB_open
GBDATA * GB_open(const char *path, const char *opent)
Definition:
ad_load.cxx:1363
phylo.hxx
PH_root::open
GB_ERROR open(const char *db_server)
Definition:
PH_root.cxx:14
GB_await_error
GB_ERROR GB_await_error()
Definition:
arb_msg.cxx:342
error
static void error(const char *msg)
Definition:
mkptypes.cxx:96
PH_root
Definition:
phylo.hxx:81
arbdbt.h
NULp
#define NULp
Definition:
cxxforward.h:116
char
Generated by
1.8.8