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

#include <NotStricktChain.hpp>

Public Member Functions

 NotStricktChain ()
void addWord (unsigned long long wordId)
bool checkOnZerro ()
void setDefaultCounts ()
void decrCount (unsigned long long wordId)
unsigned int wCount () const
 ~NotStricktChain ()

Protected Attributes

std::map< unsigned long long,
std::pair< unsigned int,
unsigned int > > 
wMap

Detailed Description

Definition at line 21 of file NotStricktChain.hpp.

Constructor & Destructor Documentation

NotStricktChain::NotStricktChain ( )
inline

Definition at line 26 of file NotStricktChain.hpp.

NotStricktChain::~NotStricktChain ( )
inline

Definition at line 32 of file NotStricktChain.hpp.

Member Function Documentation

void NotStricktChain::addWord ( unsigned long long  wordId)
inline

Definition at line 35 of file NotStricktChain.hpp.

Here is the caller graph for this function:

bool NotStricktChain::checkOnZerro ( )
inline

Definition at line 48 of file NotStricktChain.hpp.

Here is the caller graph for this function:

void NotStricktChain::decrCount ( unsigned long long  wordId)
inline

Definition at line 72 of file NotStricktChain.hpp.

Here is the caller graph for this function:

void NotStricktChain::setDefaultCounts ( )
inline

Definition at line 63 of file NotStricktChain.hpp.

Here is the caller graph for this function:

unsigned int NotStricktChain::wCount ( ) const
inline

Definition at line 81 of file NotStricktChain.hpp.

Here is the caller graph for this function:

Member Data Documentation

std::map<unsigned long long, std::pair<unsigned int, unsigned int> > NotStricktChain::wMap
protected

Definition at line 24 of file NotStricktChain.hpp.


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