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
16namespace 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 Int_t
const string kIncTag
const string kWhiteSpace
Int_t CheckIncludeFilePath(string &incfile)
Int_t GetIncludeFileName(const string &line, string &incfile)