WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/view.h>
Public Member Functions | |
ViewOld ()=default | |
ViewOld (const SharedString &field, const std::unordered_map< int, std::shared_ptr< ViewComponentData > > &data_diff, std::size_t length) | |
ViewOld (const SharedString &field, const std::map< std::string, std::shared_ptr< ViewComponentData > > &data_diff, std::size_t length) | |
Public Attributes | |
SharedString | field |
std::map< std::string, std::shared_ptr< ViewComponentData > > | data_diff |
std::size_t | length = 0 |
Static Public Attributes | |
static constexpr int | kind |
|
default |
|
inline |
|
inline |
std::map<std::string, std::shared_ptr<ViewComponentData> > data_diff |
SharedString field |
|
staticconstexprinherited |
std::size_t length = 0 |