luxlabs header browser preview


@interface TCXmlEnumMap : NSObject {
    struct __CFDictionary { } *mNameToValueMap;
}

- (void)dealloc;
- (id)initWithDescriptions:(const struct TCXmlEnumDescription { int x0; char *x1; } *)a0;
- (long long)readFromNode:(struct _xmlNode { void *x0; int x1; char *x2; struct _xmlNode *x3; struct _xmlNode *x4; struct _xmlNode *x5; struct _xmlNode *x6; struct _xmlNode *x7; struct _xmlDoc *x8; struct _xmlNs *x9; char *x10; struct _xmlAttr *x11; struct _xmlNs *x12; void *x13; unsigned short x14; unsigned short x15; } *)a0 ns:(const char *)a1 name:(const char *)a2;
- (long long)readFromNode:(struct _xmlNode { void *x0; int x1; char *x2; struct _xmlNode *x3; struct _xmlNode *x4; struct _xmlNode *x5; struct _xmlNode *x6; struct _xmlNode *x7; struct _xmlDoc *x8; struct _xmlNs *x9; char *x10; struct _xmlAttr *x11; struct _xmlNs *x12; void *x13; unsigned short x14; unsigned short x15; } *)a0 ns:(const char *)a1 name:(const char *)a2 def:(long long)a3;
- (BOOL)readFromNode:(struct _xmlNode { void *x0; int x1; char *x2; struct _xmlNode *x3; struct _xmlNode *x4; struct _xmlNode *x5; struct _xmlNode *x6; struct _xmlNode *x7; struct _xmlDoc *x8; struct _xmlNs *x9; char *x10; struct _xmlAttr *x11; struct _xmlNs *x12; void *x13; unsigned short x14; unsigned short x15; } *)a0 ns:(const char *)a1 name:(const char *)a2 value:(long long *)a3;

@end