dlvhex  2.5.0
include/dlvhex2/HexParser.h File Reference

HEX parser interface and the basic HEX parser. More...

#include "dlvhex2/PlatformDefinitions.h"
#include "dlvhex2/fwd.h"
#include "dlvhex2/Error.h"
#include <vector>
#include <iosfwd>
Include dependency graph for HexParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  HexParser
 Implements the parser for HEX-programs. More...
class  ModuleHexParser
 Parses HEX-programs, extendable by parser modules. More...

Typedefs

typedef boost::shared_ptr
< HexParser
HexParserPtr
typedef boost::shared_ptr
< ModuleHexParser
ModuleHexParserPtr

Detailed Description

HEX parser interface and the basic HEX parser.

Author:
Peter Schller

Definition in file HexParser.h.


Typedef Documentation

typedef boost::shared_ptr<HexParser> HexParserPtr

Definition at line 57 of file HexParser.h.

typedef boost::shared_ptr<ModuleHexParser> ModuleHexParserPtr

Definition at line 83 of file HexParser.h.