FlowEngine 7.530
Photogrammetry Software Development Kit
|
#include "SettingsManager.h"
#include "Internal/ImplHelpers.h"
#include <FlowCore/InputOutput/Log.h>
#include <FlowCore/Settings/Settings.h>
#include <FlowCore/Settings/SettingsXml.h>
#include <FlowCore/Settings/SettingsManager.h>
#include <algorithm>
Namespaces | |
namespace | FlowEngine |
namespace | FlowEngine::Private |
Functions | |
FlowCore::Settings & | FlowEngine::Private::defaultSettings () |
const std::vector< std::string > & | FlowEngine::Private::defaultKeysFlatten () |
bool | FlowEngine::Private::splitKey (ConstStringBuffer key, std::string &outCategory, std::string &outName) |
std::string | FlowEngine::Private::doubleToString (double value) |