EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairUtilStream.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairUtilStream.h
1 
2 #ifndef FAIRUTILSTREAM_H
3 #define FAIRUTILSTREAM_H
4 
5 #include <iostream>
6 #include <string>
7 
8 namespace Util
9 {
10 
12 void eat_whitespace(std::istream& is);
13 
16 std::string read_quoted_string(std::istream& is);
17 }
18 
19 #endif // FAIRUTILSTREAM_H