Empirical
|
This is the complete list of members for emp::Author, including all inherited members.
AddMiddle(const std::string &str) | emp::Author | inline |
Author(const std::string &first, const std::string &middle, const std::string &last) | emp::Author | inline |
Author(const std::string &first, const std::string &last) | emp::Author | inline |
Author(const std::string &last) | emp::Author | inline |
Author(const Author &)=default | emp::Author | |
Clear() | emp::Author | inline |
GetFirstInitial() const | emp::Author | inline |
GetFirstName() const | emp::Author | inline |
GetFullName() const | emp::Author | inline |
GetInitials() const | emp::Author | inline |
GetLastInitial() const | emp::Author | inline |
GetLastName() const | emp::Author | inline |
GetMiddleInitials() const | emp::Author | inline |
GetMiddleName(size_t id=0) const | emp::Author | inline |
GetName(std::string pattern="FML") | emp::Author | inline |
GetPrefix() const | emp::Author | inline |
GetReverseName() const | emp::Author | inline |
GetSuffix() const | emp::Author | inline |
HasFirstName() const | emp::Author | inline |
HasLastName() const | emp::Author | inline |
HasMiddleName() const | emp::Author | inline |
HasPrefix() const | emp::Author | inline |
HasSuffix() const | emp::Author | inline |
operator!=(const Author &other) const | emp::Author | inline |
operator<(const Author &other) const | emp::Author | inline |
operator<=(const Author &other) const | emp::Author | inline |
operator=(const Author &)=default | emp::Author | |
operator==(const Author &other) const | emp::Author | inline |
operator>(const Author &other) const | emp::Author | inline |
operator>=(const Author &other) const | emp::Author | inline |
SetFirst(const std::string &str) | emp::Author | inline |
SetLast(const std::string &str) | emp::Author | inline |
~Author() | emp::Author | inline |