SearchSECODatabaseAPI
types::Author Struct Reference

Represents the data of an author. More...

#include <Types.h>

Public Member Functions

 Author (std::string name, std::string mail)
 Constructs an author with provided name and mail, and generates id as the MD5-hash of the concatenated string of name and mail separated by ' '.
 

Public Attributes

std::string name
 
std::string mail
 
std::string id
 

Detailed Description

Represents the data of an author.


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