fix8
version 1.4.0
Open Source C++ FIX Framework
|
Pair abstraction for use with GeneratedTable. More...
#include <f8types.hpp>
Public Member Functions | |
const Key & | first () const |
const Val & | second () const |
Static Public Member Functions | |
static bool | Less (const _pair &p1, const _pair &p2) |
Sort functor. More... | |
Public Attributes | |
Key | _key |
Val | _value |
Pair abstraction for use with GeneratedTable.
Key | the key |
Val | the value |
Definition at line 69 of file f8types.hpp.
|
inline |
|
inlinestatic |
Sort functor.
Definition at line 78 of file f8types.hpp.
References FIX8::_pair< Key, Val >::_key.
Referenced by FIX8::GeneratedTable< Key, Val >::_find().
|
inline |
Key FIX8::_pair< Key, Val >::_key |
Definition at line 71 of file f8types.hpp.
Referenced by FIX8::ConsoleMenu::EditMsg(), FIX8::F8MetaCntx::F8MetaCntx(), FIX8::_pair< Key, Val >::first(), FIX8::_pair< Key, Val >::Less(), FIX8::_pair< const char *, Val >::Less(), and FIX8::ConsoleMenu::SelectFromMsg().
Val FIX8::_pair< Key, Val >::_value |
Definition at line 72 of file f8types.hpp.
Referenced by FIX8::ConsoleMenu::EditMsg(), FIX8::F8MetaCntx::F8MetaCntx(), FIX8::GeneratedTable< Key, Val >::find_ptr(), FIX8::GeneratedTable< Key, Val >::find_ref(), FIX8::_pair< Key, Val >::second(), FIX8::ConsoleMenu::SelectFromMsg(), and FIX8::ConsoleMenu::SelectMsg().