Main Page
Namespaces
Classes
Files
File List
File Members
include
ecl
devices
ofile.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_DEVICES_OFILE_HPP_
13
#define ECL_DEVICES_OFILE_HPP_
14
15
/*************************************************************************
16
* Includes
17
************************************************************************/
18
19
#include <ecl/config/ecl.hpp>
20
21
/*****************************************************************************
22
** Cross Platform Functionality
23
*****************************************************************************/
24
25
#if defined(ECL_IS_POSIX)
26
#include "
ofile_pos.hpp
"
27
#elif defined(ECL_IS_WIN32)
28
#include "
ofile_w32.hpp
"
29
#endif
30
31
32
#endif
/* ECL_DEVICES_OFILE_HPP_ */
ofile_w32.hpp
Win32 interface for synchronous file io.
ofile_pos.hpp
Posix interface for synchronous file io.
ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:45