ゴミ箱
Main Page
Namespaces
Classes
Files
File List
File Members
3pp
beast
boost
beast
core
file_base.hpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2015-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
3
//
4
// Distributed under the Boost Software License, Version 1.0. (See accompanying
5
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
//
7
// Official repository: https://github.com/boostorg/beast
8
//
9
10
#ifndef BOOST_BEAST_CORE_FILE_BASE_HPP
11
#define BOOST_BEAST_CORE_FILE_BASE_HPP
12
13
#include <
boost/beast/config.hpp
>
14
#include <
boost/beast/core/string.hpp
>
15
16
namespace
boost
{
17
namespace
beast {
18
26
enum class
file_mode
27
{
29
read
,
30
32
scan
,
33
41
write
,
42
47
write_new
,
48
53
write_existing
,
54
65
append
,
66
74
append_new
,
75
83
append_existing
84
};
85
86
}
// beast
87
}
// boost
88
89
#endif
boost::beast::file_mode
file_mode
Definition:
file_base.hpp:26
boost::beast::file_mode::scan
Sequential reading.
boost
Definition:
async_result.hpp:20
boost::beast::file_mode::append
boost::beast::file_mode::read
Random reading.
boost::beast::file_mode::write_new
string.hpp
boost::beast::file_mode::write_existing
boost::beast::file_mode::append_new
config.hpp
boost::beast::file_mode::append_existing
boost::beast::file_mode::write
Generated by
1.8.11