![]() |
|
PhoenixFileParser
1.7.3
Set of tools to ease file parsing
|
#include "directory_replace_placeholder.h"Go to the source code of this file.
Functions | |
| bool | directory_replace_placeholder (const PPath &outputDir, const PPath &inputConfigDir, const PMapString &mapReplacePlaceholder) |
| Replace placeholder in a directory and its content by respect to the given map of value for all place holder. | |
| bool | directory_replace_placeholderFile (const PPath &outputDir, const PPath &inputConfigDir, const PMapString &mapReplacePlaceholder) |
| Replace placeholder in a directory and its content by respect to the given map of value for all place holder (file only). | |
| bool directory_replace_placeholder | ( | const PPath & | outputDir, |
| const PPath & | inputConfigDir, | ||
| const PMapString & | mapReplacePlaceholder ) |
Replace placeholder in a directory and its content by respect to the given map of value for all place holder.
| outputDir | : output directory |
| inputConfigDir | : input configuration directory |
| mapReplacePlaceholder | : map of placeholders and values to be replaced with |
Definition at line 37 of file directory_replace_placeholder.cpp.
References directory_replace_placeholder(), and directory_replace_placeholderFile().
Referenced by directory_replace_placeholder().
| bool directory_replace_placeholderFile | ( | const PPath & | outputDir, |
| const PPath & | inputConfigDir, | ||
| const PMapString & | mapReplacePlaceholder ) |
Replace placeholder in a directory and its content by respect to the given map of value for all place holder (file only).
| outputDir | : output directory |
| inputConfigDir | : input configuration directory |
| mapReplacePlaceholder | : map of placeholders and values to be replaced with |
Definition at line 16 of file directory_replace_placeholder.cpp.
Referenced by directory_replace_placeholder().