hgdal-1.0.0.0: csrc/HGDALGDALMajorObject.h
#ifdef __cplusplus
extern "C" {
#endif
#pragma once
#include "hgdalType.h"
#include "STDDeletable.h"
#include "stdcxxType.h"
#define GDALMAJOROBJECT_DECL_VIRT(Type) \
#define GDALMAJOROBJECT_DECL_NONVIRT(Type) \
#define GDALMAJOROBJECT_DECL_ACCESSOR(Type) \
#define GDALMAJOROBJECT_DEF_VIRT(Type) \
#define GDALMAJOROBJECT_DEF_NONVIRT(Type) \
#define GDALMAJOROBJECT_DEF_ACCESSOR(Type) \
DELETABLE_DECL_VIRT(GDALMajorObject)
GDALMAJOROBJECT_DECL_VIRT(GDALMajorObject)
GDALMAJOROBJECT_DECL_NONVIRT(GDALMajorObject)
GDALMAJOROBJECT_DECL_ACCESSOR(GDALMajorObject)
#ifdef __cplusplus
}
#endif