Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
FileInclude.h
Go to the documentation of this file.
1
#ifndef Podd_FileInclude_h_
2
#define Podd_FileInclude_h_
3
5
//
6
// FileInclude.h
7
//
8
// Helper functions for supporting '#include' directives in
9
// configuration files
10
//
12
13
#include "
Rtypes.h
"
14
#include <string>
15
16
namespace
Podd
{
17
18
extern
const
std::string
kIncTag
;
19
extern
const
std::string
kWhiteSpace
;
20
21
Int_t
GetIncludeFileName
(
const
std::string& line, std::string& incfile );
22
Int_t
CheckIncludeFilePath
( std::string& incfile );
23
24
}
25
26
#endif
Int_t
int Int_t
Rtypes.h
Podd
Definition
CodaRawDecoder.cxx:19
Podd::kIncTag
const string kIncTag
Definition
FileInclude.cxx:26
Podd::kWhiteSpace
const string kWhiteSpace
Definition
FileInclude.cxx:27
Podd::CheckIncludeFilePath
Int_t CheckIncludeFilePath(string &incfile)
Definition
FileInclude.cxx:53
Podd::GetIncludeFileName
Int_t GetIncludeFileName(const string &line, string &incfile)
Definition
FileInclude.cxx:30
Podd
FileInclude.h
Generated by
1.9.8