#include <OperationInventory.h>
Definition at line 30 of file OperationInventory.h.
◆ at()
const Operation * ann::OperationInventory::at |
( |
uint32_t |
n | ) |
const |
|
inline |
◆ count()
uint32_t ann::OperationInventory::count |
( |
void |
| ) |
const |
|
inline |
◆ create()
void ann::OperationInventory::create |
( |
Operation::Code |
code, |
|
|
std::initializer_list< OperandID > |
inputs, |
|
|
std::initializer_list< OperandID > |
outputs |
|
) |
| |
Definition at line 26 of file OperationInventory.cpp.
28{
29 _operations.emplace_back(make_unique<Operation>(code, inputs, outputs));
30}
The documentation for this class was generated from the following files: