/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/ReadFile.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/ReadFile.hh Source File
Ratpac-two
ReadFile.hh
1 #ifndef __RAT_ReadFile__
2 #define __RAT_ReadFile__
3 
4 #include <string>
5 
6 namespace RAT {
7 
8 // Reads a text file into a string. The file can optionally be bzip2
9 // compressed. Returns 0 if success, negative if file cannot be opened
10 int ReadFile(const std::string &filename, std::string &filecontents);
11 } // namespace RAT
12 
13 #endif
Definition: CCCrossSecMessenger.hh:29