Motr  M0
m0_xcode_cursor::m0_xcode_cursor_frame Struct Reference

#include <xcode.h>

Collaboration diagram for m0_xcode_cursor::m0_xcode_cursor_frame:
Collaboration graph

Data Fields

struct m0_xcode_obj s_obj
 
int s_fieldno
 
uint64_t s_elno
 
enum m0_xcode_cursor_flag s_flag
 
uint64_t s_datum
 

Detailed Description

Definition at line 435 of file xcode.h.

Field Documentation

◆ s_datum

uint64_t s_datum

Datum reserved for cursor users.

Definition at line 451 of file xcode.h.

◆ s_elno

uint64_t s_elno

A sequence element within the field that the iteration is currently at.

This is valid iff ->s_obj->xo_type->xcf_aggr == M0_XA_SEQUENCE.

Definition at line 447 of file xcode.h.

◆ s_fieldno

int s_fieldno

A field within the object that the iteration is currently at.

Definition at line 440 of file xcode.h.

◆ s_flag

enum m0_xcode_cursor_flag s_flag

Flag, indicating visiting order.

Definition at line 449 of file xcode.h.

◆ s_obj

struct m0_xcode_obj s_obj

An object that the iteration is currently in.

Definition at line 437 of file xcode.h.


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