/headers/MusicLibrary/MLQueryBucketInfo.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class MLQuery;
00010 
00011 @interface MLQueryBucketInfo : NSObject
00012 {
00013     MLQuery *_query;
00014     unsigned int _stringProperty;
00015     unsigned int _bucketCount;
00016     unsigned int _loadedBuckets;
00017     unsigned int *_bucketToEntityIndexMapping;
00018     unsigned int _scannedForBuckets:1;
00019 }
00020 
00021 - (id)initWithQuery:(id)fp8 stringProperty:(unsigned long)fp12 knownBucketCount:(unsigned int)fp16;
00022 - (void)dealloc;
00023 - (unsigned int)countOfBuckets;
00024 - (void)_loadBucketCountIfNecessary;
00025 - (void)_loadUpToBucket:(unsigned int)fp8;
00026 - (unsigned int)entityIndexForBucketIndex:(unsigned int)fp8;
00027 
00028 @end
00029