redis3m
1.0.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
Pages
include
redis3m
utils
file.h
1
// Copyright (c) 2014 Luca Marturana. All rights reserved.
2
// Licensed under Apache 2.0, see LICENSE for details
3
4
#pragma once
5
6
#include <string>
7
8
namespace
redis3m
9
{
10
namespace
utils
11
{
12
13
std::string read_content_of_file(
const
std::string& path);
14
15
std::string datadir(
const
std::string& path=
""
);
16
17
}
18
}
Generated on Fri May 2 2014 16:52:23 for redis3m by
1.8.6