tgbot-cpp
FileTools.h
Go to the documentation of this file.
1
//
2
// Created by Oleg Morozenkov on 25.01.17.
3
//
4
5
#ifndef TGBOT_FILETOOLS_H
6
#define TGBOT_FILETOOLS_H
7
8
#include <string>
9
13
namespace
FileTools
{
14
20
std::string
read
(
const
std::string& filePath);
21
27
bool
write
(
const
std::string& content,
const
std::string& filePath);
28
29
};
30
31
32
#endif //TGBOT_FILETOOLS_H
FileTools::write
bool write(const std::string &content, const std::string &filePath)
FileTools::read
std::string read(const std::string &filePath)
FileTools
Definition:
FileTools.h:13
include
tgbot
tools
FileTools.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13