Classes | Functions

ConcordAlgorithm.cpp File Reference

#include "StdConc.h"
#include "ConcordAlgorithm.h"
Include dependency graph for ConcordAlgorithm.cpp:

Classes

Functions


Function Documentation

void SortWithLists ( vector< DWORD > &  V,
DwordVector Borders 
)

References CSortedList::size().

Referenced by SortOccurrences().

Here is the call graph for this function:

Here is the caller graph for this function:

vector<BYTE>::iterator writeVInt ( DWORD  Value,
vector< BYTE >::iterator  out 
)

Referenced by ConvertToVariableInteger().

Here is the caller graph for this function:

void ConvertToVariableInteger ( const vector< DWORD > &  In,
vector< DWORD > &  Out 
)

References writeVInt().

Referenced by CompressOccurrences().

Here is the call graph for this function:

Here is the caller graph for this function:

void Go ( DWORD Value,
const DWORD *&  start,
BYTE OutBitNo,
DWORD shift,
BYTE b 
) [inline]

Referenced by readVInt().

Here is the caller graph for this function:

const DWORD* readVInt ( DWORD Value,
const DWORD start,
BYTE OutBitNo 
) [inline]

References Go().

Referenced by DeconvertFromVariableInteger().

Here is the call graph for this function:

Here is the caller graph for this function:

void DeconvertFromVariableInteger ( const DWORD in_start,
const DWORD in_end,
DWORD out_start,
DWORD OutCount 
)

References readVInt().

Referenced by DearchiveOccurrences().

Here is the call graph for this function:

Here is the caller graph for this function: