34typedef struct IndexPathInterface IndexPathInterface;
67struct IndexPathInterface {
72 ObjectInterface objectInterface;
81 size_t (*indexAtPosition)(
const IndexPath *self,
size_t position);
OBJECTIVELY_EXPORT Class * _IndexPath(void)
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Index paths represent the path to an element or node within a tree or graph structure.
IndexPathInterface * interface
The interface.
size_t * indexes
The indexes.
size_t length
The length of indexes.
Object object
The superclass.
Object is the root Class of The Objectively Class hierarchy.