Main MRPT website > C++ reference for MRPT 1.9.9
Macros
iointerfacefile.cpp File Reference
#include "iointerfacefile.h"
#include <errno.h>
#include <winbase.h>
#include <sys/stat.h>
#include <io.h>
Include dependency graph for iointerfacefile.cpp:

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
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 27 of file iointerfacefile.cpp.

◆ FSEEK

#define FSEEK (   x)    _fseeki64(m_handle, x, SEEK_SET)

Definition at line 36 of file iointerfacefile.cpp.

◆ FSEEK_R

#define FSEEK_R (   x)    _fseeki64(m_handle, x, SEEK_END)

Definition at line 37 of file iointerfacefile.cpp.

◆ FTELL

#define FTELL ( )    _ftelli64(m_handle)

Definition at line 38 of file iointerfacefile.cpp.

◆ XDA1LOG_OBSOLETE

#define XDA1LOG_OBSOLETE (   ...)    (void)0

Definition at line 50 of file iointerfacefile.cpp.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST