Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
src
pre.h
Go to the documentation of this file.
1
/******************************************************************************
2
*
3
*
4
*
5
* Copyright (C) 1997-2015 by Dimitri van Heesch.
6
*
7
* Permission to use, copy, modify, and distribute this software and its
8
* documentation under the terms of the GNU General Public License is hereby
9
* granted. No representations are made about the suitability of this software
10
* for any purpose. It is provided "as is" without express or implied warranty.
11
* See the GNU General Public License for more details.
12
*
13
* Documents produced by Doxygen are derivative works derived from the
14
* input used in their production; they are not affected by this license.
15
*
16
*/
17
18
#ifndef PRE_H
19
#define PRE_H
20
21
class
BufStr
;
22
23
void
initPreprocessor
();
24
void
cleanUpPreprocessor
();
25
void
addSearchDir
(
const
char
*
dir
);
26
void
preprocessFile
(
const
char
*
fileName
,
BufStr
&
input
,
BufStr
&
output
);
27
void
preFreeScanner
();
28
29
#endif
preprocessFile
void preprocessFile(const char *fileName, BufStr &input, BufStr &output)
make_norm_csv.output
list output
Definition:
make_norm_csv.py:48
addSearchDir
void addSearchDir(const char *dir)
dir
string dir
Definition:
INukeNucleonCorr.cxx:61
cleanUpPreprocessor
void cleanUpPreprocessor()
input
static int input(void)
Definition:
code.cpp:15695
dumpTree.fileName
fileName
Definition:
dumpTree.py:9
preFreeScanner
void preFreeScanner()
initPreprocessor
void initPreprocessor()
BufStr
Buffer used to store strings.
Definition:
bufstr.h:30
Generated by
1.8.11