Utils.h
Go to the documentation of this file.
1 #ifndef _EVTLIB_UTILS_H_
2 #define _EVTLIB_UTILS_H_
3 
4 #include <string>
5 
6 namespace genie{
7 namespace evtlib{
8 
9 /// \brief Expand env vars/homedirs/wildcards in \a s
10 ///
11 /// It is a fatal error if there is not exactly one result of the expansion
12 void Expand(std::string& s);
13 
14 }}
15 
16 #endif
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
std::string string
Definition: nybbler.cc:12
void Expand(std::string &s)
Expand env vars/homedirs/wildcards in s.
Definition: Utils.cxx:8
static QCString * s
Definition: config.cpp:1042