ArtifactMetadata provides a POD-like class for Operation to declare input and output artifact info.
More...
#include <operation.hpp>
ArtifactMetadata provides a POD-like class for Operation to declare input and output artifact info.
Definition at line 17 of file operation.hpp.
◆ ArtifactMetadata()
porytiles::ArtifactMetadata::ArtifactMetadata |
( |
std::string |
key, |
|
|
const std::type_index |
type |
|
) |
| |
|
inline |
◆ description()
const std::string & porytiles::ArtifactMetadata::description |
( |
| ) |
const |
|
inline |
◆ expected_type()
const std::type_index & porytiles::ArtifactMetadata::expected_type |
( |
| ) |
const |
|
inline |
◆ key()
const std::string & porytiles::ArtifactMetadata::key |
( |
| ) |
const |
|
inline |
◆ set_description()
void porytiles::ArtifactMetadata::set_description |
( |
const std::string & |
desc | ) |
|
|
inline |
The documentation for this class was generated from the following file: