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

#include <OutDataRefine.hpp>

Inheritance diagram for HCE::OutDataRefine:
Collaboration diagram for HCE::OutDataRefine:

Public Member Functions

 OutDataRefine (ComponentType inType)
virtual ~OutDataRefine () throw ()
std::vector< CWords > & getCWords ()
std::vector< RWords > & getRWords ()
unsigned char getLocalErrorCode () const
unsigned int getLangMask () const
void setCWords (const std::vector< CWords > &_cwords)
void setRWords (const std::vector< RWords > &_rwords)
void setLangMask (const unsigned int _langMask)
void setLocalErrorCode (const unsigned char _localErrorCode)
- Public Member Functions inherited from HCE::DataBase
 DataBase (ComponentType inType=CT_DEFAULT)
ComponentType getType ()
virtual ~DataBase ()
 DataBase (ComponentType inType=CT_DEFAULT)
ComponentType getType ()
virtual ~DataBase ()

Protected Member Functions

void init ()

Protected Attributes

std::vector< CWordscwords
unsigned char localErrorCode
unsigned int langMask
std::vector< RWordsrwords
- Protected Attributes inherited from HCE::DataBase
ComponentType type

Detailed Description

Definition at line 13 of file OutDataRefine.hpp.

Constructor & Destructor Documentation

HCE::OutDataRefine::OutDataRefine ( ComponentType  inType)
inline

Definition at line 25 of file OutDataRefine.hpp.

Here is the call graph for this function:

virtual HCE::OutDataRefine::~OutDataRefine ( ) throw ()
inlinevirtual

Definition at line 26 of file OutDataRefine.hpp.

Member Function Documentation

std::vector< CWords >& HCE::OutDataRefine::getCWords ( )
inline

Definition at line 28 of file OutDataRefine.hpp.

unsigned int HCE::OutDataRefine::getLangMask ( ) const
inline

Definition at line 31 of file OutDataRefine.hpp.

unsigned char HCE::OutDataRefine::getLocalErrorCode ( ) const
inline

Definition at line 30 of file OutDataRefine.hpp.

std::vector< RWords >& HCE::OutDataRefine::getRWords ( )
inline

Definition at line 29 of file OutDataRefine.hpp.

void HCE::OutDataRefine::init ( )
inlineprotected

Definition at line 23 of file OutDataRefine.hpp.

Here is the caller graph for this function:

void HCE::OutDataRefine::setCWords ( const std::vector< CWords > &  _cwords)
inline

Definition at line 33 of file OutDataRefine.hpp.

void HCE::OutDataRefine::setLangMask ( const unsigned int  _langMask)
inline

Definition at line 35 of file OutDataRefine.hpp.

void HCE::OutDataRefine::setLocalErrorCode ( const unsigned char  _localErrorCode)
inline

Definition at line 36 of file OutDataRefine.hpp.

void HCE::OutDataRefine::setRWords ( const std::vector< RWords > &  _rwords)
inline

Definition at line 34 of file OutDataRefine.hpp.

Member Data Documentation

std::vector< CWords > HCE::OutDataRefine::cwords
protected

Definition at line 17 of file OutDataRefine.hpp.

unsigned int HCE::OutDataRefine::langMask
protected

Definition at line 19 of file OutDataRefine.hpp.

unsigned char HCE::OutDataRefine::localErrorCode
protected

Definition at line 18 of file OutDataRefine.hpp.

std::vector< RWords > HCE::OutDataRefine::rwords
protected

Definition at line 21 of file OutDataRefine.hpp.


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