#include <transfer.h>
|
| enum | {
SRC_PARTIAL_OK = (1 << 0)
, SRC_LINES_OK = (1 << 1)
, SRC_PLANES_OK = (1 << 2)
, SRC_FLAGMASK = 0xff
,
DST_PARTIAL_OK = (1 << 8)
, DST_LINES_OK = (1 << 9)
, DST_PLANES_OK = (1 << 10)
, DST_FLAGMASK = 0xff00
,
PARTIAL_OK = SRC_PARTIAL_OK | DST_PARTIAL_OK
, LINES_OK = SRC_LINES_OK | DST_LINES_OK
, PLANES_OK = SRC_PLANES_OK | DST_PLANES_OK
} |
| |
| template<typename S > |
| static TransferIterator * | deserialize_new (S &deserializer) |
| |
◆ TransferIteratorBase() [1/2]
template<int N, typename T >
◆ TransferIteratorBase() [2/2]
template<int N, typename T >
◆ cancel_step()
template<int N, typename T >
◆ confirm_step()
template<int N, typename T >
◆ done()
template<int N, typename T >
◆ get_addresses()
template<int N, typename T >
◆ get_base_offset()
template<int N, typename T >
◆ get_next_rect()
template<int N, typename T >
◆ request_metadata()
template<int N, typename T >
◆ reset()
template<int N, typename T >
◆ step()
template<int N, typename T >
◆ step_custom()
template<int N, typename T >
◆ carry
template<int N, typename T >
◆ cur_field_id
template<int N, typename T >
◆ cur_field_offset
template<int N, typename T >
◆ cur_field_size
template<int N, typename T >
◆ cur_point
template<int N, typename T >
◆ cur_rect
template<int N, typename T >
◆ dim_order
template<int N, typename T >
◆ have_rect
template<int N, typename T >
◆ inst_impl
template<int N, typename T >
◆ inst_offset
template<int N, typename T >
◆ is_done
template<int N, typename T >
◆ next_point
template<int N, typename T >
◆ tentative_valid
template<int N, typename T >
The documentation for this class was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/transfer/transfer.h