34typedef struct IndexPathInterface IndexPathInterface;
67struct IndexPathInterface {
72 ObjectInterface objectInterface;
static size_t indexAtPosition(const IndexPath *self, size_t position)
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.
Class * _IndexPath(void)
The IndexPath archetype.
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.