libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
filename.cpp File Reference
#include "filename.hpp"
#include <boost/filesystem.hpp>
#include <boost/process/environment.hpp>
#include <cassert>
Include dependency graph for filename.cpp:

Go to the source code of this file.

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 

Functions

std::string jmmcg::LIBJMMCG_VER_NAMESPACE::make_filename (std::string &&root, char const *const mask="-%%%%%") noexcept(false)
 Return a string suitable for using to name a file. More...
 
std::string jmmcg::LIBJMMCG_VER_NAMESPACE::make_filename (char const *const root, char const *const mask) noexcept(false)