CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
AsyncIOService
OdAsyncIORequest.h
Go to the documentation of this file.
1
2
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Open Design Alliance software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
#ifndef _OD_ASYNC_IO_REQUEST__INCLUDED_
25
#define _OD_ASYNC_IO_REQUEST__INCLUDED_
26
27
#include "
OdAsyncBaseRequest.h
"
28
29
#include "
TD_PackPush.h
"
30
36
class
OdAsyncIORequest
:
public
OdAsyncBaseRequest
37
{
38
public
:
39
43
OdAsyncIORequest
()
44
:
m_fileDescriptor
(0),
m_offset
(0),
m_size
(0),
m_pBuf
(0)
45
{
46
}
47
49
OdUInt64
m_fileDescriptor
;
50
52
OdUInt64
m_offset
;
53
55
OdUInt64
m_size
;
56
58
OdUInt8
*
m_pBuf
;
59
};
60
61
#include "
TD_PackPop.h
"
62
63
#endif
OdAsyncBaseRequest.h
OdUInt8
unsigned char OdUInt8
Definition
OdPlatformSettings.h:744
TD_PackPop.h
TD_PackPush.h
OdAsyncBaseRequest::OdAsyncBaseRequest
OdAsyncBaseRequest()
Definition
OdAsyncBaseRequest.h:41
OdAsyncIORequest::m_size
OdUInt64 m_size
Definition
OdAsyncIORequest.h:55
OdAsyncIORequest::m_fileDescriptor
OdUInt64 m_fileDescriptor
Definition
OdAsyncIORequest.h:49
OdAsyncIORequest::m_offset
OdUInt64 m_offset
Definition
OdAsyncIORequest.h:52
OdAsyncIORequest::m_pBuf
OdUInt8 * m_pBuf
Definition
OdAsyncIORequest.h:58
OdAsyncIORequest::OdAsyncIORequest
OdAsyncIORequest()
Definition
OdAsyncIORequest.h:43
OdUInt64
Definition
Int64.h:137
Generated on Tue Apr 15 2025 11:29:58