| action() const noexcept | helics::ActionMessage | inline |
| ActionMessage() noexcept | helics::ActionMessage | inline |
| ActionMessage(action_message_def::action_t startingAction) | helics::ActionMessage | |
| ActionMessage(action_message_def::action_t startingAction, global_federate_id sourceId, global_federate_id destId) | helics::ActionMessage | |
| ActionMessage(ActionMessage &&act) noexcept | helics::ActionMessage | |
| ActionMessage(std::unique_ptr< Message > message) | helics::ActionMessage | explicit |
| ActionMessage(const std::string &bytes) | helics::ActionMessage | explicit |
| ActionMessage(const std::vector< char > &bytes) | helics::ActionMessage | explicit |
| ActionMessage(const char *data, size_t size) | helics::ActionMessage | explicit |
| ActionMessage(const ActionMessage &act) | helics::ActionMessage | |
| actionTime | helics::ActionMessage | |
| clearStringData() (defined in helics::ActionMessage) | helics::ActionMessage | inline |
| counter | helics::ActionMessage | |
| createMessageFromCommand(const ActionMessage &cmd) | helics::ActionMessage | friend |
| createMessageFromCommand(ActionMessage &&cmd) | helics::ActionMessage | friend |
| depacketize(const char *data, int buffer_size) | helics::ActionMessage | |
| dest_handle | helics::ActionMessage | |
| dest_id | helics::ActionMessage | |
| flags | helics::ActionMessage | |
| from_json_string(const std::string &data) | helics::ActionMessage | |
| from_string(const std::string &data) | helics::ActionMessage | |
| from_vector(const std::vector< char > &data) | helics::ActionMessage | |
| fromByteArray(const char *data, int buffer_size) | helics::ActionMessage | |
| getDest() const | helics::ActionMessage | inline |
| getExtraData() const | helics::ActionMessage | inline |
| getExtraDestData() const | helics::ActionMessage | inline |
| getSource() const | helics::ActionMessage | inline |
| getString(int index) const (defined in helics::ActionMessage) | helics::ActionMessage | |
| getStringData() const | helics::ActionMessage | inline |
| messageID | helics::ActionMessage | |
| name | helics::ActionMessage | |
| operator=(const ActionMessage &act) | helics::ActionMessage | |
| operator=(ActionMessage &&act) noexcept | helics::ActionMessage | |
| operator=(std::unique_ptr< Message > message) noexcept | helics::ActionMessage | |
| packetize() const | helics::ActionMessage | |
| packetize(std::string &data) const (defined in helics::ActionMessage) | helics::ActionMessage | |
| packetize_json() const | helics::ActionMessage | |
| payload | helics::ActionMessage | |
| sequenceID | helics::ActionMessage | |
| serializedByteCount() const | helics::ActionMessage | |
| setAction(action_message_def::action_t newAction) | helics::ActionMessage | |
| setDestination(global_handle hand) | helics::ActionMessage | inline |
| setExtraData(int32_t data) | helics::ActionMessage | inline |
| setExtraDestData(int32_t data) | helics::ActionMessage | inline |
| setSource(global_handle hand) | helics::ActionMessage | inline |
| setString(int index, const std::string &str) (defined in helics::ActionMessage) | helics::ActionMessage | |
| setStringData(const std::string &string1) (defined in helics::ActionMessage) | helics::ActionMessage | inline |
| setStringData(const std::string &string1, const std::string &string2) (defined in helics::ActionMessage) | helics::ActionMessage | inline |
| setStringData(const std::string &string1, const std::string &string2, const std::string &string3) (defined in helics::ActionMessage) | helics::ActionMessage | inline |
| setStringData(const std::string &string1, const std::string &string2, const std::string &string3, const std::string &string4) (defined in helics::ActionMessage) | helics::ActionMessage | inline |
| source_handle | helics::ActionMessage | |
| source_id | helics::ActionMessage | |
| swapSourceDest() noexcept | helics::ActionMessage | inline |
| Tdemin | helics::ActionMessage | |
| Te | helics::ActionMessage | |
| to_json_string() const | helics::ActionMessage | |
| to_string(std::string &data) const | helics::ActionMessage | |
| to_string() const | helics::ActionMessage | |
| to_vector(std::vector< char > &data) const | helics::ActionMessage | |
| to_vector() const | helics::ActionMessage | |
| toByteArray(char *data, int buffer_size) const | helics::ActionMessage | |
| Tso | helics::ActionMessage | |
| ~ActionMessage() | helics::ActionMessage | |