Other Structures

The following structures are available globally.

  • The YapDatabaseViewRangePosition struct represents the range window within the full group.

    See

    rangePositionForGroup:
    See more

    Declaration

    Objective-C

    struct YapDatabaseViewRangePosition {}

    Swift

    struct YapDatabaseViewRangePosition
  • Undocumented

    See more

    Declaration

    Objective-C

    struct YapBidirectionalCacheCallBacks {
    	int32_t version;
     	BOOL shouldCopy;
    	CFDictionaryEqualCallBack equal;
    	CFDictionaryHashCallBack hash;
    }

    Swift

    struct YapBidirectionalCacheCallBacks