App::Meta::Url Struct Reference

A URL, including type information (e.g. More...

#include <Metadata.h>

Public Member Functions

 Url ()=default
 
 Url (const std::string &location, UrlType type)
 
 Url (const XERCES_CPP_NAMESPACE::DOMElement *e)
 

Public Attributes

std::string branch
 
std::string location
 
UrlType type
 

Detailed Description

A URL, including type information (e.g.

website, repository, or bugtracker, in package.xml)

Constructor & Destructor Documentation

◆ Url() [1/3]

App::Meta::Url::Url ( )
default

◆ Url() [2/3]

Meta::Url::Url ( const std::string &  location,
UrlType  type 
)

◆ Url() [3/3]

Meta::Url::Url ( const XERCES_CPP_NAMESPACE::DOMElement *  e)
explicit

Member Data Documentation

◆ branch

std::string App::Meta::Url::branch

◆ location

◆ type


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