Construct version 5.4.4
An agent based modeling framework
|
This is the complete list of members for InteractionMessage, including all inherited members.
add_belief_item(unsigned int belief_index, float belief_value) noexcept | InteractionMessage | |
add_beliefTM_item(unsigned int belief_index, unsigned int alter, float belief_value) noexcept | InteractionMessage | |
add_item(const InteractionItem &item) noexcept | InteractionMessage | |
add_item(InteractionItem &&item) noexcept (defined in InteractionMessage) | InteractionMessage | |
add_knowledge_item(unsigned int knowledge_index) noexcept | InteractionMessage | |
add_knowledge_trust_item(unsigned int knowledge_index, float ktrust) noexcept | InteractionMessage | |
add_knowledgeTM_item(unsigned int knowledge_index, unsigned int alter) noexcept | InteractionMessage | |
back(void) (defined in InteractionMessage) | InteractionMessage | inline |
begin(void) noexcept | InteractionMessage | inline |
begin(void) const noexcept | InteractionMessage | inline |
const_iterator typedef (defined in InteractionMessage) | InteractionMessage | |
end(void) noexcept | InteractionMessage | inline |
end(void) const noexcept | InteractionMessage | inline |
erase(iterator itr) noexcept | InteractionMessage | |
front(void) | InteractionMessage | inline |
InteractionMessage(unsigned int senderAgentIndex, unsigned int receiverAgentIndex, const CommunicationMedium *_medium, const std::vector< InteractionItem > &interactionItems=std::vector< InteractionItem >()) | InteractionMessage | |
InteractionMessage(unsigned int senderAgentIndex, unsigned int receiverAgentIndex, const CommunicationMedium *_medium, std::vector< InteractionItem > &&interactionItems) | InteractionMessage | |
InteractionMessage(const InteractionMessage &message) noexcept | InteractionMessage | inline |
InteractionMessage(InteractionMessage &&message) noexcept | InteractionMessage | inline |
is_valid(void) const noexcept (defined in InteractionMessage) | InteractionMessage | inline |
items (defined in InteractionMessage) | InteractionMessage | |
iterator typedef | InteractionMessage | |
medium | InteractionMessage | |
operator=(const InteractionMessage &message) noexcept | InteractionMessage | inline |
operator=(InteractionMessage &&message) noexcept (defined in InteractionMessage) | InteractionMessage | inline |
receiver | InteractionMessage | |
sender | InteractionMessage | |
size() noexcept | InteractionMessage | inline |
time_to_send | InteractionMessage |