Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
vhdlparser
VhdlParserIF.h
Go to the documentation of this file.
1
#ifndef VHDLPARSERIF
2
#define VHDLPARSERIF
3
4
#include "
VhdlParser.h
"
5
6
class
VhdlParserIF
7
{
8
public
:
9
static
void
parseVhdlfile
(
const
char
* inputBuffer,
bool
inLine);
10
11
};
12
#endif
VhdlParser.h
VhdlParserIF
Definition:
VhdlParserIF.h:6
VhdlParserIF::parseVhdlfile
static void parseVhdlfile(const char *inputBuffer, bool inLine)
Definition:
VhdlParserIF.cpp:12
Generated by
1.8.11