luxlabs header browser preview


@interface TSWPFontHeightCache : NSObject {
    struct list<unsigned long, std::allocator<unsigned long>> { struct __list_node_base<unsigned long, void *> { void *__prev_; void *__next_; } __end_; struct __compressed_pair<unsigned long, std::allocator<std::__list_node<unsigned long, void *>>> { unsigned long long __value_; } __size_alloc_; } _fontHashList;
    struct map<unsigned long, TSWPFontHeightCacheEntry, std::less<unsigned long>, std::allocator<std::pair<const unsigned long, TSWPFontHeightCacheEntry>>> { struct __tree<std::__value_type<unsigned long, TSWPFontHeightCacheEntry>, std::__map_value_compare<unsigned long, std::__value_type<unsigned long, TSWPFontHeightCacheEntry>, std::less<unsigned long>>, std::allocator<std::__value_type<unsigned long, TSWPFontHeightCacheEntry>>> { void *__begin_node_; struct __compressed_pair<std::__tree_end_node<std::__tree_node_base<void *> *>, std::allocator<std::__tree_node<std::__value_type<unsigned long, TSWPFontHeightCacheEntry>, void *>>> { struct __tree_end_node<std::__tree_node_base<void *> *> { void *__left_; } __value_; } __pair1_; struct __compressed_pair<unsigned long, std::__map_value_compare<unsigned long, std::__value_type<unsigned long, TSWPFontHeightCacheEntry>, std::less<unsigned long>>> { unsigned long long __value_; } __pair3_; } __tree_; } _fontHashToInfoMap;
    unsigned int _cacheSize;
    unsigned int _maxCacheSize;
    struct _opaque_pthread_rwlock_t { long long __sig; char __opaque[192]; } _lock;
}

+ (id)allocWithZone:(struct _NSZone { } *)a0;
+ (id)sharedCache;
+ (id)_singletonAlloc;

- (id)retain;
- (id)init;
- (void)dealloc;
- (unsigned long long)retainCount;
- (id)autorelease;
- (id).cxx_construct;
- (void).cxx_destruct;
- (oneway void)release;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (struct { double x0; double x1; double x2; double x3; double x4; double x5; double x6; double x7; })fontHeightInfoForFont:(struct __CTFont { } *)a0;
- (void)p_addEntryForFont:(struct __CTFont { } *)a0 heightInfo:(const struct { double x0; double x1; double x2; double x3; double x4; double x5; double x6; double x7; } *)a1;
- (BOOL)p_findEntryForFont:(struct __CTFont { } *)a0 outHeightInfo:(struct { double x0; double x1; double x2; double x3; double x4; double x5; double x6; double x7; } *)a1 collision:(BOOL *)a2;

@end