librostlab-blast  1.0.0
Classes | Namespaces | Defines | Variables
rostlab/blast-parser-driver.h File Reference
#include <stdio.h>
#include <string>
#include <map>
#include <rostlab/rostlab_stdexcept.h>
#include "rostlab/blast-parser-parser.h"
#include "rostlab/blast-result.h"
Include dependency graph for blast-parser-driver.h:

Go to the source code of this file.

Classes

class  rostlab::blast::parser_error
class  rostlab::blast::parser_driver
 Blast (default, -m 0) output parser. More...

Namespaces

namespace  rostlab
namespace  rostlab::blast

Defines

#define YY_DECL
#define YY_DECL_FRIEND

Variables

 YY_DECL

Define Documentation

#define YY_DECL
Value:
rostlab::blast::parser::token_type                        \
  yylex( rostlab::blast::parser::semantic_type* __yylval,   \
         rostlab::blast::parser::location_type* __yylloc,   \
         rostlab::blast::parser_driver& __drv,              \
         void* yyscanner )

Definition at line 30 of file blast-parser-driver.h.

#define YY_DECL_FRIEND
Value:
rostlab::blast::parser::token_type                        \
  ::yylex( rostlab::blast::parser::semantic_type* __yylval, \
         rostlab::blast::parser::location_type* __yylloc,   \
         rostlab::blast::parser_driver& __drv,              \
         void* yyscanner )

Definition at line 38 of file blast-parser-driver.h.


Variable Documentation

Definition at line 37 of file blast-parser-driver.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines