name: ContextMap

synopsis:


g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_search_a

#include <ContextMap.h>

Vector<SearchSymbol>& getContext();
boolean setContext(Vector<SearchSymbol>& arg);
Ulong getContextIndex();
boolean setContextIndex(ulong arg);
quick start:


Vector<SearchSymbol> symbols;

ContextMap cmap;
cmap.setContext(symbols);
cmap.setContextIndex(0);

description:

This class provides a mapping between a sequence (context dependent / independent) at the current level of the search hierarchy and their corresponding subgraphs at the next level.

dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: