Kanzi 4.1.0
kanzi::PatchHandler::ThreadState Struct Reference

Thread state for handling incoming patches. More...

#include <kanzi/kza2kzb/patch_handler.hpp>

Public Member Functions

 ThreadState ()
 Default constructor.
 

Public Attributes

circular_buffer< IncomingPatchm_incomingPatches
 
bool m_quitting
 Boolean flag to signify the handler task should be quitting.
 

Detailed Description

Thread state for handling incoming patches.

Constructor & Destructor Documentation

◆ ThreadState()

kanzi::PatchHandler::ThreadState::ThreadState ( )
inlineexplicit

Default constructor.

Member Data Documentation

◆ m_incomingPatches

circular_buffer<IncomingPatch> kanzi::PatchHandler::ThreadState::m_incomingPatches

◆ m_quitting

bool kanzi::PatchHandler::ThreadState::m_quitting

Boolean flag to signify the handler task should be quitting.


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