Authorship information for a single author in an unpublished Rosetta module.
More...
#include <UnpublishedModuleAuthor.hh>
Authorship information for a single author in an unpublished Rosetta module.
- Author
- Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)
◆ UnpublishedModuleAuthor() [1/4]
| basic::citation_manager::UnpublishedModuleAuthor::UnpublishedModuleAuthor |
( |
| ) |
|
|
delete |
Default constructor, deleted.
◆ UnpublishedModuleAuthor() [2/4]
| basic::citation_manager::UnpublishedModuleAuthor::UnpublishedModuleAuthor |
( |
std::string const & |
author_name, |
|
|
std::string const & |
affiliation, |
|
|
std::string const & |
email_address |
|
) |
| |
◆ UnpublishedModuleAuthor() [3/4]
| basic::citation_manager::UnpublishedModuleAuthor::UnpublishedModuleAuthor |
( |
std::string const & |
author_name, |
|
|
std::string const & |
affiliation, |
|
|
std::string const & |
email_address, |
|
|
std::string const & |
notes |
|
) |
| |
◆ UnpublishedModuleAuthor() [4/4]
◆ ~UnpublishedModuleAuthor()
| basic::citation_manager::UnpublishedModuleAuthor::~UnpublishedModuleAuthor |
( |
| ) |
|
|
overridedefault |
◆ affiliation()
| std::string const& basic::citation_manager::UnpublishedModuleAuthor::affiliation |
( |
| ) |
const |
|
inline |
Get his or her institutional affiliation.
References affiliation_.
◆ author_name()
| std::string const& basic::citation_manager::UnpublishedModuleAuthor::author_name |
( |
| ) |
const |
|
inline |
◆ clone()
Clone operation: make a copy of this object, and return an owning pointer to the copy.
◆ email_address()
| std::string const& basic::citation_manager::UnpublishedModuleAuthor::email_address |
( |
| ) |
const |
|
inline |
◆ notes()
| std::string const& basic::citation_manager::UnpublishedModuleAuthor::notes |
( |
| ) |
const |
|
inline |
Get the notes, if any.
References notes_.
◆ affiliation_
| std::string basic::citation_manager::UnpublishedModuleAuthor::affiliation_ |
|
private |
His or her institutional affiliation.
Referenced by affiliation().
◆ author_name_
| std::string basic::citation_manager::UnpublishedModuleAuthor::author_name_ |
|
private |
◆ email_address_
| std::string basic::citation_manager::UnpublishedModuleAuthor::email_address_ |
|
private |
◆ notes_
| std::string basic::citation_manager::UnpublishedModuleAuthor::notes_ |
|
private |
An optional notes field (e.g. "Expanded functionality for noncanonicals."). Notes will be printed in parentheses (which should NOT be included).
Referenced by notes().
The documentation for this class was generated from the following files: