ARB
Main Page
Namespaces
Classes
Files
File List
File Members
ARBDB
adperl.h
Go to the documentation of this file.
1
// ============================================================= //
2
// //
3
// File : adperl.h //
4
// Purpose : special shell for perl //
5
// //
6
// Coded by Ralf Westram (coder@reallysoft.de) in April 2011 //
7
// Institute of Microbiology (Technical University Munich) //
8
// http://www.arb-home.de/ //
9
// //
10
// ============================================================= //
11
12
#ifndef ADPERL_H
13
#define ADPERL_H
14
15
#ifndef ARBDB_H
16
#include "
arbdb.h
"
17
#endif
18
19
struct
GB_shell4perl
:
virtual
Noncopyable
{
20
// creates a global shell instance for use in arb perl code.
21
// will exist until program terminates.
22
GB_shell4perl
();
23
~GB_shell4perl
();
24
};
25
26
27
#else
28
#error adperl.h included twice
29
#endif // ADPERL_H
GB_shell4perl::GB_shell4perl
GB_shell4perl()
Definition:
arbdb.cxx:494
arbdb.h
GB_shell4perl
Definition:
adperl.h:19
GB_shell4perl::~GB_shell4perl
~GB_shell4perl()
Definition:
arbdb.cxx:497
Noncopyable
Definition:
arbtools.h:39
Generated by
1.8.8