SOLA
|
#include <find_query_answer.h>
Public Member Functions | |
MessageFindQueryAnswer (MinhtonMessageHeader header, NodeData::NodesWithAttributes nodes_with_attributes) | |
NodeData::NodesWithAttributes | getFulfillingNodesWithAttributes () const |
SERIALIZE (header_, nodes_with_attributes_) | |
Public Member Functions inherited from minhton::MinhtonMessage< MessageFindQueryAnswer > | |
MinhtonMessageHeader | getHeader () const |
NodeInfo | getSender () const |
NodeInfo | getTarget () const |
void | setTarget (NodeInfo new_target) |
MessageFindQueryAnswer | getFullMessage () const |
minhton::MessageFindQueryAnswer::MessageFindQueryAnswer | ( | MinhtonMessageHeader | header, |
NodeData::NodesWithAttributes | nodes_with_attributes | ||
) |
nodes_with_attributes | Mapping NodeInfos to Attributes. The attributes consist of multiple NoteDatas. NodeDatas have a string key and a corresponding value of varying types. |