libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
filename.hpp File Reference
#include "config.h"
#include <string>
Include dependency graph for filename.hpp:
This graph shows which files directly or indirectly include this file:

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)