ReactOS 0.4.16-dev-942-g91fadeb
__crt_seek_guard Struct Reference
Collaboration diagram for __crt_seek_guard:

Public Member Functions

 __crt_seek_guard (int const fh, __int64 const size)
 
 ~__crt_seek_guard ()
 
 __crt_seek_guard (__crt_seek_guard const &)=delete
 
__crt_seek_guardoperator= (__crt_seek_guard const &)=delete
 

Public Attributes

__int64 place
 
__int64 end
 
__int64 extend
 
int fhh
 

Detailed Description

Definition at line 42 of file chsize.cpp.

Constructor & Destructor Documentation

◆ __crt_seek_guard() [1/2]

__crt_seek_guard::__crt_seek_guard ( int const  fh,
__int64 const  size 
)
inline

Definition at line 45 of file chsize.cpp.

48 extend(size - end),
49 fhh(fh)
50 {
51 }
#define SEEK_END
Definition: cabinet.c:29
_Check_return_opt_ __int64 __cdecl _lseeki64_nolock(_In_ int _FileHandle, _In_ __int64 _Offset, _In_ int _Origin)
GLuint GLuint end
Definition: gl.h:1545
GLsizeiptr size
Definition: glext.h:5919
#define SEEK_CUR
Definition: util.h:63
__int64 end
Definition: chsize.cpp:62
__int64 extend
Definition: chsize.cpp:63
__int64 place
Definition: chsize.cpp:61

◆ ~__crt_seek_guard()

__crt_seek_guard::~__crt_seek_guard ( )
inline

Definition at line 53 of file chsize.cpp.

54 {
56 }
#define SEEK_SET
Definition: jmemansi.c:26

◆ __crt_seek_guard() [2/2]

__crt_seek_guard::__crt_seek_guard ( __crt_seek_guard const )
delete

Member Function Documentation

◆ operator=()

__crt_seek_guard & __crt_seek_guard::operator= ( __crt_seek_guard const )
delete

Member Data Documentation

◆ end

__int64 __crt_seek_guard::end

Definition at line 62 of file chsize.cpp.

Referenced by _chsize_nolock_internal().

◆ extend

__int64 __crt_seek_guard::extend

Definition at line 63 of file chsize.cpp.

Referenced by _chsize_nolock_internal().

◆ fhh

int __crt_seek_guard::fhh

Definition at line 64 of file chsize.cpp.

Referenced by ~__crt_seek_guard().

◆ place

__int64 __crt_seek_guard::place

Definition at line 61 of file chsize.cpp.

Referenced by _chsize_nolock_internal(), and ~__crt_seek_guard().


The documentation for this struct was generated from the following file: