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

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

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

Public Member Functions

 View ()=default
 
 View (const SharedString &field, std::map< std::string, std::shared_ptr< ViewComponentData > > data_diff, std::optional< std::vector< SharedString > > data_ids)
 

Public Attributes

SharedString field
 
std::map< std::string, std::shared_ptr< ViewComponentData > > data_diff
 
std::optional< std::vector< SharedString > > data_ids
 

Static Public Attributes

static constexpr int kind
 

Constructor & Destructor Documentation

◆ View() [1/2]

View ( )
default

◆ View() [2/2]

View ( const SharedString field,
std::map< std::string, std::shared_ptr< ViewComponentData > >  data_diff,
std::optional< std::vector< SharedString > >  data_ids 
)
inline

Member Data Documentation

◆ data_diff

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

◆ data_ids

std::optional<std::vector<SharedString> > data_ids

◆ field

SharedString field

◆ kind

constexpr int kind
staticconstexprinherited

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