ARB
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();
24 };
25 
26 
27 #else
28 #error adperl.h included twice
29 #endif // ADPERL_H
~GB_shell4perl()
Definition: arbdb.cxx:497