ardour
Functions
strreplace.cc File Reference
#include "pbd/replace_all.h"
#include "glibmm/miscutils.h"

Go to the source code of this file.

Functions

int replace_all (std::string &str, std::string const &target, std::string const &replacement)
 
std::string poor_mans_glob (std::string path)
 

Function Documentation

std::string poor_mans_glob ( std::string  path)

Definition at line 41 of file strreplace.cc.

int replace_all ( std::string &  str,
std::string const &  target,
std::string const &  replacement 
)

Definition at line 24 of file strreplace.cc.