App::Meta::Contact Struct Reference

A person or company representing a point of contact for the package (either author or maintainer). More...

#include <Metadata.h>

Public Member Functions

 Contact ()=default
 
 Contact (const std::string &name, const std::string &email)
 
 Contact (const XERCES_CPP_NAMESPACE::DOMElement *e)
 

Public Attributes

std::string email
 
std::string name
 

Detailed Description

A person or company representing a point of contact for the package (either author or maintainer).

Constructor & Destructor Documentation

◆ Contact() [1/3]

App::Meta::Contact::Contact ( )
default

◆ Contact() [2/3]

Meta::Contact::Contact ( const std::string &  name,
const std::string &  email 
)

◆ Contact() [3/3]

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

References StrXUTF8::str.

Member Data Documentation

◆ email

std::string App::Meta::Contact::email

◆ name


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