#include "iointerfacefile.h"
#include <errno.h>
#include <winbase.h>
#include <sys/stat.h>
#include <io.h>
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | FSEEK(x) _fseeki64(m_handle, x, SEEK_SET) |
#define | FSEEK_R(x) _fseeki64(m_handle, x, SEEK_END) |
#define | FTELL() _ftelli64(m_handle) |
#define | XDA1LOG_OBSOLETE(...) (void)0 |
#define _CRT_SECURE_NO_DEPRECATE |
Definition at line 27 of file iointerfacefile.cpp.
Definition at line 36 of file iointerfacefile.cpp.
Referenced by IoInterfaceFile::deleteData(), IoInterfaceFile::find(), IoInterfaceFile::gotoRead(), IoInterfaceFile::gotoWrite(), IoInterfaceFile::insertData(), IoInterfaceFile::open(), IoInterfaceFile::setReadPosition(), and IoInterfaceFile::setWritePosition().
Definition at line 37 of file iointerfacefile.cpp.
Referenced by IoInterfaceFile::appendData(), IoInterfaceFile::open(), and IoInterfaceFile::setWritePosition().
#define FTELL | ( | ) | _ftelli64(m_handle) |
Definition at line 38 of file iointerfacefile.cpp.
Referenced by IoInterfaceFile::appendData(), IoInterfaceFile::open(), and IoInterfaceFile::setWritePosition().
#define XDA1LOG_OBSOLETE | ( | ... | ) | (void)0 |
Definition at line 50 of file iointerfacefile.cpp.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |