Adaptor implementation index cursor interface.
◆ afw_adaptor_impl_index_cursor_contains_object
#define afw_adaptor_impl_index_cursor_contains_object |
( |
|
instance, |
|
|
|
object, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->contains_object( \
(instance), \
(object), \
(xctx) \
)
Call method contains_object of interface afw_adaptor_impl_index_cursor.
- Parameters
-
instance | Pointer to this adaptor impl index cursor instance. |
object | Pointer to object we need to determine is in this cursor. |
xctx | This is the caller's xctx. |
Definition at line 1033 of file afw_interface.h.
◆ afw_adaptor_impl_index_cursor_get_count
#define afw_adaptor_impl_index_cursor_get_count |
( |
|
instance, |
|
|
|
count, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->get_count( \
(instance), \
(count), \
(xctx) \
)
Call method get_count of interface afw_adaptor_impl_index_cursor.
- Parameters
-
instance | Pointer to this adaptor impl index cursor instance. |
count | Pointer to the count, where the caller should return the value. |
xctx | This is the caller's xctx. |
Definition at line 1067 of file afw_interface.h.
◆ afw_adaptor_impl_index_cursor_get_next_object
#define afw_adaptor_impl_index_cursor_get_next_object |
( |
|
instance, |
|
|
|
pool, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->get_next_object( \
(instance), \
(pool), \
(xctx) \
)
Call method get_next_object of interface afw_adaptor_impl_index_cursor.
- Parameters
-
instance | Pointer to this adaptor impl index cursor instance. |
pool | Memory pool to allocate resources in. |
xctx | This is the caller's xctx. |
Definition at line 1015 of file afw_interface.h.
◆ afw_adaptor_impl_index_cursor_inner_join
#define afw_adaptor_impl_index_cursor_inner_join |
( |
|
instance, |
|
|
|
cursor, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->inner_join( \
(instance), \
(cursor), \
(xctx) \
)
Call method inner_join of interface afw_adaptor_impl_index_cursor.
- Parameters
-
instance | Pointer to this adaptor impl index cursor instance. |
cursor | Pointer to the cursor we need to join with. |
xctx | This is the caller's xctx. |
Definition at line 1050 of file afw_interface.h.
◆ afw_adaptor_impl_index_cursor_release
#define afw_adaptor_impl_index_cursor_release |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->release( \
(instance), \
(xctx) \
)
Call method release of interface afw_adaptor_impl_index_cursor.
- Parameters
-
instance | Pointer to this adaptor impl index cursor instance. |
xctx | This is the caller's xctx. |
Definition at line 999 of file afw_interface.h.
◆ afw_adaptor_impl_index_cursor_contains_object_t
◆ afw_adaptor_impl_index_cursor_get_count_t
◆ afw_adaptor_impl_index_cursor_get_next_object_t
◆ afw_adaptor_impl_index_cursor_inner_join_t
◆ afw_adaptor_impl_index_cursor_release_t