#include "vars.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pangolin |
Functions | |
void | pangolin::AddVar (const string &name, const string &val) |
const char * | pangolin::FirstOpenBrace (const char *str) |
const char * | pangolin::MatchingEndBrace (const char *str) |
void | pangolin::ParseVarsFile (const string &filename) |
string | pangolin::ProcessVal (const string &val) |
void | pangolin::RegisterGuiVarChangedCallback (GuiVarChangedCallbackFn callback, void *data, const std::string &filter) |
void | pangolin::RegisterNewVarCallback (NewVarCallbackFn callback, void *data, const std::string &filter) |
Variables | |
vector< GuiVarChangedCallback > | pangolin::gui_var_changed_callbacks |
vector< NewVarCallback > | pangolin::new_var_callbacks |
boost::ptr_unordered_map < string, _Var > | pangolin::vars |