MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
#include <annotation.h>
Public Member Functions | |
Annotation (const std::string &annotation) | |
Public Attributes | |
std::string | Key |
std::vector< std::string > | Values |
Definition at line 40 of file annotation.h.
mllif::shared::Annotation::Annotation | ( | const std::string & | annotation | ) |
Definition at line 86 of file annotation.cxx.
std::string mllif::shared::Annotation::Key |
Definition at line 41 of file annotation.h.
std::vector<std::string> mllif::shared::Annotation::Values |
Definition at line 42 of file annotation.h.