STXXL
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
file.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
* lib/io/file.cpp
3
*
4
* Part of the STXXL. See http://stxxl.sourceforge.net
5
*
6
* Copyright (C) 2013 Timo Bingmann <
[email protected]
>
7
*
8
* Distributed under the Boost Software License, Version 1.0.
9
* (See accompanying file LICENSE_1_0.txt or copy at
10
* http://www.boost.org/LICENSE_1_0.txt)
11
**************************************************************************/
12
13
#include <
stxxl/bits/io/file.h
>
14
#include "
ufs_platform.h
"
15
16
STXXL_BEGIN_NAMESPACE
17
18
int
file::unlink(
const
char
* path)
19
{
20
return ::unlink(path);
21
}
22
23
STXXL_END_NAMESPACE
file.h
STXXL_BEGIN_NAMESPACE
#define STXXL_BEGIN_NAMESPACE
Definition:
namespace.h:16
ufs_platform.h
STXXL_END_NAMESPACE
#define STXXL_END_NAMESPACE
Definition:
namespace.h:17
lib
io
file.cpp
STXXL 1.4.0
- Generated on Thu Dec 12 2013 15:30:26 for STXXL by
1.8.5