LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
matching_engine_insert

Insert an entry into the matching engine. More...

Collaboration diagram for matching_engine_insert:

Classes

class  lci::matching_engine_insert_x
 The actual implementation for matching_engine_insert. More...
 

Detailed Description

Insert an entry into the matching engine.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]matching_engineof type matching_engine_t; positional argument; The matching engine to use.
[in]keyof type matching_entry_key_t; positional argument; The key to insert.
[in]valueof type matching_entry_val_t; positional argument; The value to insert.
[in]entry_typeof type matching_entry_type_t; positional argument; The type of the entry.
Returns
of type matching_entry_val_t; The entry matched.