#include <telegram.hpp>
Public Member Functions | |
Telegram & | operator= (const Telegram &other) noexcept |
Telegram & | operator= (Telegram &&other) noexcept |
Telegram (const Telegram &other) noexcept | |
Telegram (size_t preallocate=3) noexcept | |
Telegram (Telegram &&other) noexcept | |
~Telegram () | |
Public Attributes | |
std::vector< uint8_t > | message |
Timestamp | stamp |
telegram_type::TelegramType | type |
Definition at line 104 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 110 of file telegram.hpp.
|
inline |
Definition at line 116 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 118 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 123 of file telegram.hpp.
Definition at line 128 of file telegram.hpp.
Definition at line 139 of file telegram.hpp.
std::vector<uint8_t> Telegram::message |
Definition at line 108 of file telegram.hpp.
Timestamp Telegram::stamp |
Definition at line 106 of file telegram.hpp.
telegram_type::TelegramType Telegram::type |
Definition at line 107 of file telegram.hpp.