Source-highlight Library
outlangdefscanner.h
1//
2// C++ Interface: outlangdefscanner
3//
4// Description:
5//
6//
7// Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12
13#ifndef OUTLANGDEFSCANNER_H
14#define OUTLANGDEFSCANNER_H
15
16#include "parsestruct.h"
17
18extern int outlangdef_lex() ;
19extern FILE *outlangdef_in;
20extern srchilite::ParseStructPtr outlang_parsestruct;
21
22namespace srchilite {
23
24void open_outlang_file_to_scan(const std::string &path, const std::string &file);
25
32
37
38}
39
40#endif // OUTLANGDEFSCANNER_H
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
void close_outlangdefinputfile()
Closes the input file.
Definition: outlangdefscanner.cc:2452
void clear_outlangdefscanner()
Releases resources allocated by the scanner.
Definition: outlangdefscanner.cc:2447