OpenCPN Partial API docs
|
The result from parsing the xml catalog i. More...
#include <catalog_parser.h>
Public Attributes | |
std::vector< PluginMetadata > | plugins |
std::vector< std::string > | meta_urls |
std::vector< std::string > | parsed_metas |
std::string | version |
std::string | date |
std::string | buff |
std::string | meta_url |
int | depth |
The result from parsing the xml catalog i.
e., ocpn-plugins.xml.
Definition at line 80 of file catalog_parser.h.
|
inline |
Definition at line 95 of file catalog_parser.h.
std::string CatalogCtx::buff |
Definition at line 92 of file catalog_parser.h.
std::string CatalogCtx::date |
Definition at line 89 of file catalog_parser.h.
int CatalogCtx::depth |
Definition at line 94 of file catalog_parser.h.
std::string CatalogCtx::meta_url |
Definition at line 93 of file catalog_parser.h.
std::vector<std::string> CatalogCtx::meta_urls |
Definition at line 85 of file catalog_parser.h.
std::vector<std::string> CatalogCtx::parsed_metas |
Definition at line 86 of file catalog_parser.h.
std::vector<PluginMetadata> CatalogCtx::plugins |
Definition at line 82 of file catalog_parser.h.
std::string CatalogCtx::version |
Definition at line 88 of file catalog_parser.h.