#include <GUPI.hpp>
|
| static std::string | buildXLinkItemKey (std::string const &a_name, std::string const &a_key) |
Definition at line 210 of file GUPI.hpp.
◆ Documentation()
| GUPI::Documentation::Documentation |
( |
HAPI::Node const & | a_node | ) |
|
Definition at line 18 of file GUPI_documentation.cc.
18 :
26
27 m_title.setAncestor(this);
28 m_abstract.setAncestor(this);
29 m_body.setAncestor(this);
30}
#define GUPI_publicationDateChars
#define GUPI_versionChars
#define GUPI_abstractChars
Ancestry(std::string const &a_moniker, std::string const &a_attribute="")
◆ ~Documentation()
| GUPI::Documentation::~Documentation |
( |
| ) |
|
◆ abstract()
| Text const & GUPI::Documentation::abstract |
( |
| ) |
const |
|
inline |
Definition at line 231 of file GUPI.hpp.
231{ return m_abstract; }
◆ body()
| Text const & GUPI::Documentation::body |
( |
| ) |
const |
|
inline |
◆ doi()
| std::string const & GUPI::Documentation::doi |
( |
| ) |
const |
|
inline |
◆ findInAncestry3() [1/2]
Definition at line 234 of file GUPI.hpp.
234{ return( nullptr ); }
◆ findInAncestry3() [2/2]
Definition at line 235 of file GUPI.hpp.
235{ return( nullptr ); }
◆ publicationDate()
| std::string const & GUPI::Documentation::publicationDate |
( |
| ) |
const |
|
inline |
Definition at line 227 of file GUPI.hpp.
227{ return m_publicationDate; }
◆ title()
| Text const & GUPI::Documentation::title |
( |
| ) |
const |
|
inline |
◆ version()
| std::string const & GUPI::Documentation::version |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: