33#ifndef CPL_KEYWORD_PARSER
34#define CPL_KEYWORD_PARSER
46class CPL_DLL CPLKeywordParser
48 char **papszKeywordList =
nullptr;
51 const char *pszHeaderNext =
nullptr;
56 bool ReadGroup(
const char *pszPathPrefix,
int nRecLevel);
66 const char *GetKeyword(
const char *pszPath,
67 const char *pszDefault =
nullptr);
68 char **GetAllKeywords()
70 return papszKeywordList;
Convenient string class based on std::string.
Definition cpl_string.h:312
#define CPL_DISALLOW_COPY_ASSIGN(ClassName)
Helper to remove the copy and assignment constructors so that the compiler will not generate the defa...
Definition cpl_port.h:1049
Various convenience functions for working with strings and string lists.
FILE VSILFILE
Opaque type for a FILE that implements the VSIVirtualHandle API.
Definition cpl_vsi.h:162