33 #ifndef CPL_KEYWORD_PARSER
34 #define CPL_KEYWORD_PARSER
46 class CPLKeywordParser
48 char **papszKeywordList;
51 const char *pszHeaderNext;
56 int ReadGroup(
const char *pszPathPrefix );
64 const char *GetKeyword(
const char *pszPath,
const char *pszDefault=NULL );
65 char **GetAllKeywords() {
return papszKeywordList; }
FILE VSILFILE
Opaque type for a FILE that implements the VSIVirtualHandle API.
Definition: cpl_vsi.h:154
Convenient string class based on std::string.
Definition: cpl_string.h:338
Various convenience functions for working with strings and string lists.