source: branches/port5/NALIGNER/ali_arbdb_client.hxx

Last change on this file was 5734, checked in by westram, 16 years ago
  • added GBT_get_SAI_data
  • GBT_first/next_marked_extended → GBT_first/next_marked_SAI
  • GBT_first/find_SAI_rel_exdata → GBT_first/find_SAI_rel_SAI_data
  • variables renamed: (gb_ex[tended[_data]] → gb_sai[_data])
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 444 bytes
Line 
1
2
3
4class ALI_ARBDB {
5private:
6    char *alignment;
7
8public:
9    GBDATA *gb_main;
10    int open(char *name, char *use_alignment = 0);
11    int close(void);
12    void begin_transaction(void);
13    void commit_transaction(void);
14    char *get_sequence(char *name, int and_mark = 0);
15    char *get_SAI(char *name);
16    int put_sequence(char *name, char *sequence, char *info = 0);
17    int put_SAI(const char *name, char *sequence, char *info = 0);
18};
19
Note: See TracBrowser for help on using the repository browser.