OpenCPN Partial API docs
Loading...
Searching...
No Matches
CatalogCtx Struct Reference

The result from parsing the xml catalog i. More...

#include <catalog_parser.h>

Public Attributes

std::vector< PluginMetadataplugins
 
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
 

Detailed Description

The result from parsing the xml catalog i.

e., ocpn-plugins.xml.

Definition at line 80 of file catalog_parser.h.

Constructor & Destructor Documentation

◆ CatalogCtx()

CatalogCtx::CatalogCtx ( )
inline

Definition at line 95 of file catalog_parser.h.

Member Data Documentation

◆ buff

std::string CatalogCtx::buff

Definition at line 92 of file catalog_parser.h.

◆ date

std::string CatalogCtx::date

Definition at line 89 of file catalog_parser.h.

◆ depth

int CatalogCtx::depth

Definition at line 94 of file catalog_parser.h.

◆ meta_url

std::string CatalogCtx::meta_url

Definition at line 93 of file catalog_parser.h.

◆ meta_urls

std::vector<std::string> CatalogCtx::meta_urls

Definition at line 85 of file catalog_parser.h.

◆ parsed_metas

std::vector<std::string> CatalogCtx::parsed_metas

Definition at line 86 of file catalog_parser.h.

◆ plugins

std::vector<PluginMetadata> CatalogCtx::plugins

Definition at line 82 of file catalog_parser.h.

◆ version

std::string CatalogCtx::version

Definition at line 88 of file catalog_parser.h.


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