roo_io
API Documentation for roo_io
Loading...
Searching...
No Matches
file_update_policy.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
roo_io
{
4
5
// Passed to Mount::fopen and Mount::fopenForWrite, to specify what should
6
// happen when the target file already exists.
7
enum
FileUpdatePolicy
{
8
kFailIfExists
= 0,
9
kTruncateIfExists
= 1,
10
kAppendIfExists
= 2,
11
};
12
13
}
// namespace roo_io
roo_io
Definition
byte.h:6
roo_io::FileUpdatePolicy
FileUpdatePolicy
Definition
file_update_policy.h:7
roo_io::kFailIfExists
@ kFailIfExists
Definition
file_update_policy.h:8
roo_io::kTruncateIfExists
@ kTruncateIfExists
Definition
file_update_policy.h:9
roo_io::kAppendIfExists
@ kAppendIfExists
Definition
file_update_policy.h:10
temp_repos
roo_io
src
roo_io
fs
file_update_policy.h
Generated by
1.9.8