WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
ViewOld Struct Reference

#include <webcface/common/internal/message/view.h>

Inheritance diagram for ViewOld:
[legend]
Collaboration diagram for ViewOld:
[legend]

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
 

Constructor & Destructor Documentation

◆ ViewOld() [1/3]

ViewOld ( )
default

◆ ViewOld() [2/3]

ViewOld ( const SharedString field,
const std::unordered_map< int, std::shared_ptr< ViewComponentData > > &  data_diff,
std::size_t  length 
)
inline

◆ ViewOld() [3/3]

ViewOld ( const SharedString field,
const std::map< std::string, std::shared_ptr< ViewComponentData > > &  data_diff,
std::size_t  length 
)
inline

Member Data Documentation

◆ data_diff

std::map<std::string, std::shared_ptr<ViewComponentData> > data_diff

◆ field

SharedString field

◆ kind

constexpr int kind
staticconstexprinherited

◆ length

std::size_t length = 0

The documentation for this struct was generated from the following file: