libqasm
library for handling cQASM files
|
Namespace for the ErrorModel class and helper types.
Classes | |
class | ErrorModel |
Representation of an error model. More... | |
Typedefs | |
using | ErrorModelRef = tree::Maybe< ErrorModel > |
Optional reference to an error model, used within the semantic tree. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ErrorModel &model) |
Stream << overload for error models. More... | |
std::ostream & | operator<< (std::ostream &os, const ErrorModelRef &model) |
Stream << overload for error model references. More... | |
using cqasm::v1::error_model::ErrorModelRef = typedef tree::Maybe<ErrorModel> |
Optional reference to an error model, used within the semantic tree.
Definition at line 78 of file cqasm-v1-error-model.hpp.
std::ostream & cqasm::v1::error_model::operator<< | ( | std::ostream & | os, |
const ErrorModel & | model | ||
) |
Stream << overload for error models.
Definition at line 36 of file cqasm-v1-error-model.cpp.
std::ostream & cqasm::v1::error_model::operator<< | ( | std::ostream & | os, |
const ErrorModelRef & | model | ||
) |
Stream << overload for error model references.
Definition at line 44 of file cqasm-v1-error-model.cpp.