WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
Res< Log > Struct Reference

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

Inheritance diagram for Res< Log >:
[legend]
Collaboration diagram for Res< Log >:
[legend]

Public Member Functions

 Res ()=default
 
 Res (unsigned int req_id, const SharedString &sub_field, const std::shared_ptr< std::deque< LogLine > > &log)
 
template<typename It >
 Res (unsigned int req_id, const SharedString &sub_field, const It &begin, const It &end)
 

Public Attributes

unsigned int req_id = 0
 
SharedString sub_field
 
std::shared_ptr< std::deque< LogLine > > log
 

Static Public Attributes

static constexpr int kind
 

Constructor & Destructor Documentation

◆ Res() [1/3]

Res ( )
default

◆ Res() [2/3]

Res ( unsigned int  req_id,
const SharedString sub_field,
const std::shared_ptr< std::deque< LogLine > > &  log 
)
inline

◆ Res() [3/3]

template<typename It >
Res ( unsigned int  req_id,
const SharedString sub_field,
const It &  begin,
const It &  end 
)
inline

Member Data Documentation

◆ kind

constexpr int kind
staticconstexprinherited

◆ log

std::shared_ptr<std::deque<LogLine> > log

◆ req_id

unsigned int req_id = 0

◆ sub_field

SharedString sub_field

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