μHAL (v2.7.9)
Part of the IPbus software repository
Namespaces | Functions
files.cpp File Reference
#include "uhal/utilities/files.hpp"
#include "uhal/log/log.hpp"
Include dependency graph for files.cpp:

Go to the source code of this file.

Namespaces

 uhal
 
 uhal::utilities
 

Functions

void uhal::utilities::ParseSemicolonDelimitedUriList (const std::string &aSemicolonDelimitedUriList, std::vector< std::pair< std::string, std::string > > &aUriList)
 Parse a semicolon delimited list of URIs into a vector of protocol/address pairs. More...
 
void uhal::utilities::ShellExpandFilenameExpr (const std::string &aFilenameExpr, const boost::filesystem::path &aParentPath, std::vector< boost::filesystem::path > &aFiles)
 Perform shell expansion of a linux shell expression ( e.g. More...