GENIEGenerator
Loading...
Searching...
No Matches
Utils.h
Go to the documentation of this file.
1#ifndef _EVTLIB_UTILS_H_
2#define _EVTLIB_UTILS_H_
3
4#include <string>
5
6namespace genie{
7namespace 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
12void Expand(std::string& s);
13
14}}
15
16#endif
void Expand(std::string &s)
Expand env vars/homedirs/wildcards in s.
Definition Utils.cxx:8
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25