My Project
Loading...
Searching...
No Matches
bpt.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <boost/property_tree/ptree.hpp>
6
7
// boost property tree
8
class
BPT{
9
static
BPT* _inst;
10
static
BPT* inst();
11
12
BPT();
13
~BPT();
14
15
boost::property_tree::ptree pt;
16
public
:
17
static
std::string
getText
(
const
std::string& key);
18
};
BPT::getText
static std::string getText(const std::string &key)
Definition
bpt.cpp:26
pd
bpt.h
Generated by
1.13.2