PJ_GridCatalog
Objective-C
typedef struct _PJ_GridCatalog {
char *catalog_name;
PJ_Region region; /* maximum extent of catalog data */
int entry_count;
PJ_GridCatalogEntry *entries;
struct _PJ_GridCatalog *next;
} PJ_GridCatalog
Swift
typealias PJ_GridCatalog = _PJ_GridCatalog
Undocumented
-
Undocumented
See moreDeclaration
Objective-C
struct _PJ_GridCatalog { char *catalog_name; PJ_Region region; /* maximum extent of catalog data */ int entry_count; PJ_GridCatalogEntry *entries; struct _PJ_GridCatalog *next; }
Swift
struct _PJ_GridCatalog