highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
CrossThreadBuf::ResElement Class Reference

#include <CrossThreadBuf.hpp>

Public Member Functions

 ResElement (const ResElement &element)
 ResElement ()
std::string & getInData ()
std::string & getOutData ()
unsigned int getHighlightCounter () const
unsigned long long getId () const
unsigned long long getResCrc () const
msgpack::sbuffer & getMsgPackBuff ()
ResElementoperator= (const ResElement &elem)
void setInData (std::string _inData)
void setOutData (std::string _outData)
void setId (unsigned long long _id)
void setResCrc (unsigned long long _resCrc)
void setHighlightCounter (unsigned int _highlightCounter)
 ~ResElement ()

Detailed Description

Definition at line 34 of file CrossThreadBuf.hpp.

Constructor & Destructor Documentation

CrossThreadBuf::ResElement::ResElement ( const ResElement element)
inline

Definition at line 44 of file CrossThreadBuf.hpp.

CrossThreadBuf::ResElement::ResElement ( )
inline

Definition at line 45 of file CrossThreadBuf.hpp.

CrossThreadBuf::ResElement::~ResElement ( )
inline

Definition at line 67 of file CrossThreadBuf.hpp.

Member Function Documentation

unsigned int CrossThreadBuf::ResElement::getHighlightCounter ( ) const
inline

Definition at line 48 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

unsigned long long CrossThreadBuf::ResElement::getId ( ) const
inline

Definition at line 49 of file CrossThreadBuf.hpp.

std::string& CrossThreadBuf::ResElement::getInData ( )
inline

Definition at line 46 of file CrossThreadBuf.hpp.

msgpack::sbuffer& CrossThreadBuf::ResElement::getMsgPackBuff ( )
inline

Definition at line 51 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

std::string& CrossThreadBuf::ResElement::getOutData ( )
inline

Definition at line 47 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

unsigned long long CrossThreadBuf::ResElement::getResCrc ( ) const
inline

Definition at line 50 of file CrossThreadBuf.hpp.

ResElement& CrossThreadBuf::ResElement::operator= ( const ResElement elem)
inline

Definition at line 52 of file CrossThreadBuf.hpp.

void CrossThreadBuf::ResElement::setHighlightCounter ( unsigned int  _highlightCounter)
inline

Definition at line 66 of file CrossThreadBuf.hpp.

void CrossThreadBuf::ResElement::setId ( unsigned long long  _id)
inline

Definition at line 64 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

void CrossThreadBuf::ResElement::setInData ( std::string  _inData)
inline

Definition at line 62 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

void CrossThreadBuf::ResElement::setOutData ( std::string  _outData)
inline

Definition at line 63 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:

void CrossThreadBuf::ResElement::setResCrc ( unsigned long long  _resCrc)
inline

Definition at line 65 of file CrossThreadBuf.hpp.

Here is the caller graph for this function:


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