Bincimap
2.0.16
Easy Imapping
Loading...
Searching...
No Matches
2.0
bincimap-2.0.16
src
include
tools.h
Go to the documentation of this file.
1
7
#include <string>
8
9
namespace
Binc
{
10
11
class
Tools
{
12
private
:
13
Tools
(
void
);
14
15
public
:
16
void
setenv
(
const
std::string &key,
const
std::string &value)
const
;
17
std::string
getenv
(
const
std::string &key)
const
;
18
19
//--
20
static
Tools
&
getInstance
(
void
);
21
};
22
23
}
Binc::Tools
Definition:
tools.h:11
Binc::Tools::getenv
std::string getenv(const std::string &key) const
Definition:
tools.cc:35
Binc::Tools::setenv
void setenv(const std::string &key, const std::string &value) const
Definition:
tools.cc:28
Binc::Tools::getInstance
static Tools & getInstance(void)
Definition:
tools.cc:21
Binc
Definition:
bincimapd.cc:9
Generated on Sun Sep 1 2024 12:00:02 for Bincimap by
1.9.6