b7cf739900c25ac9d8e0850200f46d9ff630dd16
1 #ifndef __PARAPARSER_H__
2 #define __PARAPARSER_H__
9 //bool operator()( unsigned long s1, unsigned long s2 ) const {
10 bool operator()( int s1
, int s2
) const {
16 typedef map
<unsigned long,char**,KeyCmp
> MAP
;
29 ParaParser(const char* fmt
, char** _fields
, int num_entries
);
30 int parseFile(char* reads_filename
);
31 void create_entry_from_line(const char* current_line
, char* format_string
);
32 PyObject
* fetchEntry(int id
);
37 #endif // __PARAPARSER_H__