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
25
void
clear_langdefscanner
();
26
32
void
close_langdefinputfile
();
33
34
}
35
36
#endif // LANGDEFSCANNER_H
srchilite::close_langdefinputfile
void close_langdefinputfile()
Closes the input file.
Definition:
langdefscanner.cc:2355
srchilite
C++ class: doctemplate.h.
Definition:
bufferedoutput.cpp:13
srchilite::clear_langdefscanner
void clear_langdefscanner()
Releases resources allocated by the scanner.
Definition:
langdefscanner.cc:2350
source-highlight-3.1.9
lib
srchilite
langdefscanner.h
Generated by
1.8.18