Source-highlight Library
langdefscanner.h
1 //
2 // C++ Interface: langdefscanner
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 LANGDEFSCANNER_H
14 #define LANGDEFSCANNER_H
15 
16 #include "parsestruct.h"
17 
18 namespace srchilite {
19 
20 void open_file_to_scan(const std::string &path, const std::string &file);
21 
26 
33 
34 }
35 
36 #endif // LANGDEFSCANNER_H
void close_langdefinputfile()
Closes the input file.
Definition: langdefscanner.cc:2355
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
void clear_langdefscanner()
Releases resources allocated by the scanner.
Definition: langdefscanner.cc:2350