OpenWalnut  1.5.0dev
Public Attributes | List of all members
WModuleMetaInformation::Author Struct Reference

Structure to contain all supported author information. More...

#include <WModuleMetaInformation.h>

+ Collaboration diagram for WModuleMetaInformation::Author:

Public Attributes

std::string m_name
 Author name. More...
 
std::string m_url
 URL to a website of the author. More...
 
std::string m_email
 E-Mail contact to the author. More...
 
std::string m_what
 What has this author done on the module? Can be empty. More...
 

Detailed Description

Structure to contain all supported author information.

Definition at line 62 of file WModuleMetaInformation.h.

Member Data Documentation

◆ m_email

std::string WModuleMetaInformation::Author::m_email

E-Mail contact to the author.

Can be empty.

Definition at line 77 of file WModuleMetaInformation.h.

◆ m_name

std::string WModuleMetaInformation::Author::m_name

Author name.

Will never be empty.

Definition at line 67 of file WModuleMetaInformation.h.

◆ m_url

std::string WModuleMetaInformation::Author::m_url

URL to a website of the author.

Can be empty.

Definition at line 72 of file WModuleMetaInformation.h.

◆ m_what

std::string WModuleMetaInformation::Author::m_what

What has this author done on the module? Can be empty.

Definition at line 82 of file WModuleMetaInformation.h.


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