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
18
extern
int
outlangdef_lex() ;
19
extern
FILE *outlangdef_in;
20
extern
srchilite::ParseStructPtr outlang_parsestruct;
21
22
namespace
srchilite
{
23
24
void
open_outlang_file_to_scan(
const
std::string &path,
const
std::string &file);
25
31
void
close_outlangdefinputfile
();
32
36
void
clear_outlangdefscanner
();
37
38
}
39
40
#endif // OUTLANGDEFSCANNER_H
srchilite
C++ class: doctemplate.h.
Definition:
bufferedoutput.cpp:13
srchilite::close_outlangdefinputfile
void close_outlangdefinputfile()
Closes the input file.
Definition:
outlangdefscanner.cc:2452
srchilite::clear_outlangdefscanner
void clear_outlangdefscanner()
Releases resources allocated by the scanner.
Definition:
outlangdefscanner.cc:2447
outlangdefscanner.h
Generated by
1.8.17