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

#include <WordPos.hpp>

Public Member Functions

 WordPos ()
 WordPos (unsigned int _beginOffset, unsigned int _endOffset, unsigned int _position, unsigned int _segmentId)
 MSGPACK_DEFINE (beginOffset, endOffset, position, segmentId)

Public Attributes

unsigned int beginOffset
unsigned int endOffset
unsigned int position
unsigned int segmentId

Detailed Description

Definition at line 19 of file WordPos.hpp.

Constructor & Destructor Documentation

WordPos::WordPos ( )
inline

Definition at line 21 of file WordPos.hpp.

WordPos::WordPos ( unsigned int  _beginOffset,
unsigned int  _endOffset,
unsigned int  _position,
unsigned int  _segmentId 
)
inline

Definition at line 22 of file WordPos.hpp.

Member Function Documentation

WordPos::MSGPACK_DEFINE ( beginOffset  ,
endOffset  ,
position  ,
segmentId   
)

Member Data Documentation

unsigned int WordPos::beginOffset

Definition at line 24 of file WordPos.hpp.

unsigned int WordPos::endOffset

Definition at line 25 of file WordPos.hpp.

unsigned int WordPos::position

Definition at line 26 of file WordPos.hpp.

unsigned int WordPos::segmentId

Definition at line 27 of file WordPos.hpp.


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