|
Jlm
|
#include <substitution.hpp>
Public Member Functions | |
| bool | contains (const Output &original) const noexcept |
| Output & | lookup (const Output &original) const |
| void | insert (const Output *original, Output *substitute) |
Private Attributes | |
| std::unordered_map< const Output *, Output * > | outputMap_ {} |
Definition at line 19 of file substitution.hpp.
Definition at line 23 of file substitution.hpp.
Definition at line 38 of file substitution.hpp.
Definition at line 29 of file substitution.hpp.
Definition at line 44 of file substitution.hpp.