GDAL
Public Attributes | List of all members
OGRCodedValue Struct Reference

Associates a code and a value. More...

#include <ogr_core.h>

Public Attributes

char * pszCode
 Code. More...
 
char * pszValue
 Value. More...
 

Detailed Description

Associates a code and a value.

Since
GDAL 3.3

Member Data Documentation

◆ pszCode

char* OGRCodedValue::pszCode

Code.

Content should be of the type of the OGRFieldDomain

◆ pszValue

char* OGRCodedValue::pszValue

Value.

Might be NULL


The documentation for this struct was generated from the following file: