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

#include <OutDataStruct.hpp>

Public Member Functions

 OutDataStruct ()
void setErrorCode (unsigned int _errorCode)
void setErrorMsg (const std::string &_errorMsg)
void addContent (std::string &content)
void addContent (std::string &&content)
void addWcache (std::string &wcache)
void addWcache (std::string &&wcache)
void setHighlightedCounter (unsigned int _highlightedCounter)
void setFoundCounter (unsigned int _foundCounter)
unsigned int getErrCode () const
std::string & getErrorMsg ()
std::string & getContent (unsigned int i)
std::string & getWcache (unsigned int i)
unsigned int getHighlightedCounter () const
unsigned int getFoundCounter () const
unsigned int getContentsCount () const
unsigned int getWcachesCount () const
 ~OutDataStruct ()

Detailed Description

Definition at line 20 of file OutDataStruct.hpp.

Constructor & Destructor Documentation

OutDataStruct::OutDataStruct ( )
inline

Definition at line 30 of file OutDataStruct.hpp.

OutDataStruct::~OutDataStruct ( )
inline

Definition at line 105 of file OutDataStruct.hpp.

Member Function Documentation

void OutDataStruct::addContent ( std::string &  content)
inline

Definition at line 39 of file OutDataStruct.hpp.

void OutDataStruct::addContent ( std::string &&  content)
inline

Definition at line 43 of file OutDataStruct.hpp.

void OutDataStruct::addWcache ( std::string &  wcache)
inline

Definition at line 47 of file OutDataStruct.hpp.

void OutDataStruct::addWcache ( std::string &&  wcache)
inline

Definition at line 51 of file OutDataStruct.hpp.

std::string& OutDataStruct::getContent ( unsigned int  i)
inline

Definition at line 73 of file OutDataStruct.hpp.

unsigned int OutDataStruct::getContentsCount ( ) const
inline

Definition at line 97 of file OutDataStruct.hpp.

unsigned int OutDataStruct::getErrCode ( ) const
inline

Definition at line 65 of file OutDataStruct.hpp.

std::string& OutDataStruct::getErrorMsg ( )
inline

Definition at line 69 of file OutDataStruct.hpp.

unsigned int OutDataStruct::getFoundCounter ( ) const
inline

Definition at line 93 of file OutDataStruct.hpp.

unsigned int OutDataStruct::getHighlightedCounter ( ) const
inline

Definition at line 89 of file OutDataStruct.hpp.

std::string& OutDataStruct::getWcache ( unsigned int  i)
inline

Definition at line 81 of file OutDataStruct.hpp.

unsigned int OutDataStruct::getWcachesCount ( ) const
inline

Definition at line 101 of file OutDataStruct.hpp.

void OutDataStruct::setErrorCode ( unsigned int  _errorCode)
inline

Definition at line 31 of file OutDataStruct.hpp.

void OutDataStruct::setErrorMsg ( const std::string &  _errorMsg)
inline

Definition at line 35 of file OutDataStruct.hpp.

void OutDataStruct::setFoundCounter ( unsigned int  _foundCounter)
inline

Definition at line 60 of file OutDataStruct.hpp.

void OutDataStruct::setHighlightedCounter ( unsigned int  _highlightedCounter)
inline

Definition at line 56 of file OutDataStruct.hpp.


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