FileSystemPathBuilder.h File Reference
#include <string>
#include <functional>
#include <fstream>
#include <filesystem>
#include <boost/regex.hpp>
#include "Registrar.h"
+ Include dependency graph for FileSystemPathBuilder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FileSystemPathBuilder
 Helps to build a path via format strings: All format strings are of the form '{[^{}]+}' If the resulting path should contain the characters '{' or '}', they have to be replaced with '{LEFT CURLY}' and '{RIGHT CURLY}'. More...
 
struct  FileSystemPathBuilder::FormatStringOption
 Replacer for a pattern. More...
 
struct  FileSystemPathBuilder::RegisterFormatStringOption
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using FileSystemPathBuilderFormatStringOptionRegistrar = Registrar< FileSystemPathBuilder::FormatStringOption, std::string >