ardour
Functions
replace_all.h File Reference
#include <string>
#include "pbd/libpbd_visibility.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 41 of file strreplace.cc.

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

Definition at line 24 of file strreplace.cc.