Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RWebWindow::QueueItem Struct Reference

Definition at line 64 of file RWebWindow.hxx.

Public Member Functions

 QueueItem (int chid, bool txt, std::string &&data)

Public Attributes

int fChID {1}
 ! channel
std::string fData
 ! text or binary data
bool fText {true}
 ! is text data

Constructor & Destructor Documentation

◆ QueueItem()

ROOT::RWebWindow::QueueItem::QueueItem ( int chid,
bool txt,
std::string && data )
inline

Definition at line 68 of file RWebWindow.hxx.

Member Data Documentation

◆ fChID

int ROOT::RWebWindow::QueueItem::fChID {1}

! channel

Definition at line 65 of file RWebWindow.hxx.

◆ fData

std::string ROOT::RWebWindow::QueueItem::fData

! text or binary data

Definition at line 67 of file RWebWindow.hxx.

◆ fText

bool ROOT::RWebWindow::QueueItem::fText {true}

! is text data

Definition at line 66 of file RWebWindow.hxx.


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