CernVM-FS
2.12.0
|
#include <options.h>
Public Member Functions | |
void | SetTemplate (std::string name, std::string val) |
std::string | GetTemplate (std::string name) |
bool | HasTemplate (std::string name) |
bool | ParseString (std::string *input) |
Private Attributes | |
std::map< std::string, std::string > | templates_ |
This file is part of the CernVM File System. Templating manager used for variable replacement in the config file
std::string OptionsTemplateManager::GetTemplate | ( | std::string | name | ) |
bool OptionsTemplateManager::HasTemplate | ( | std::string | name | ) |
Definition at line 550 of file options.cc.
bool OptionsTemplateManager::ParseString | ( | std::string * | input | ) |
Definition at line 516 of file options.cc.
void OptionsTemplateManager::SetTemplate | ( | std::string | name, |
std::string | val | ||
) |
Definition at line 501 of file options.cc.
|
private |