LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Insert an entry into the matching engine. More...
Classes | |
class | lci::matching_engine_insert_x |
The actual implementation for matching_engine_insert. More... | |
Insert an entry into the matching engine.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | matching_engine | of type matching_engine_t; positional argument; The matching engine to use. |
[in] | key | of type matching_entry_key_t; positional argument; The key to insert. |
[in] | value | of type matching_entry_val_t; positional argument; The value to insert. |
[in] | entry_type | of type matching_entry_type_t; positional argument; The type of the entry. |