class WordOccurence

item for list of all places where the word occured

Public Methods

WordOccurence()
WordOccurence( unsigned int mId, unsigned int tl, unsigned int pil )
WordOccurence( const WordOccurence &w )
const WordOccurence& operator =( const WordOccurence &w )
bool operator <( const WordOccurence &w ) const
bool is_near( const WordOccurence &w ) const
unsigned int get_movie_id() const
unsigned int get_text_line() const

Private Fields

unsigned int movieId
unsigned int textLine
unsigned int posInLine

Documentation

item for list of all places where the word occured
unsigned int movieId

unsigned int textLine

unsigned int posInLine

WordOccurence()

WordOccurence( unsigned int mId, unsigned int tl, unsigned int pil )

WordOccurence( const WordOccurence &w )

const WordOccurence& operator =( const WordOccurence &w )

bool operator <( const WordOccurence &w ) const

bool is_near( const WordOccurence &w ) const

unsigned int get_movie_id() const

unsigned int get_text_line() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.