/headers/GMM/CDStructures.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 @class NSDictionary, NSString;
00008 
00009 struct Connection;
00010 
00011 struct GMMSegment {
00012     NSString *_field1;
00013     struct MapPoint _field2;
00014 };
00015 
00016 struct InputDataStream {
00017     char *_field1;
00018     unsigned int _field2;
00019     unsigned int _field3;
00020     unsigned int :1;
00021     unsigned int :1;
00022 };
00023 
00024 struct MapPoint {
00025     int latitude_;
00026     int longitude_;
00027     int x_pixels_at_max_zoom_;
00028     int y_pixels_at_max_zoom_;
00029 };
00030 
00031 struct Point {
00032     int _field1;
00033     int _field2;
00034 };
00035 
00036 struct Requester {
00037     void **_field1;
00038     int _field2;
00039     struct Connection *_field3;
00040     char *_field4;
00041     _Bool _field5;
00042     _Bool _field6;
00043 };
00044 
00045 struct Response {
00046     void **_field1;
00047     NSDictionary *_field2;
00048 };
00049 
00050 struct Tile {
00051     unsigned char _field1;
00052     unsigned char _field2;
00053     int _field3;
00054     int _field4;
00055     int _field5;
00056 };
00057