Public Member Functions | List of all members
SymbolIndicesContext::Private Class Reference
Inheritance diagram for SymbolIndicesContext::Private:
GenericNodeListContext TemplateListIntf

Public Member Functions

 Private (const SearchIndexInfo *info)
 
- Public Member Functions inherited from GenericNodeListContext
 GenericNodeListContext ()
 
int count () const
 
TemplateVariant at (int index) const
 
TemplateListIntf::ConstIteratorcreateIterator () const
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
int addRef ()
 
int release ()
 
- Public Member Functions inherited from TemplateListIntf
virtual ~TemplateListIntf ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GenericNodeListContext
static GenericNodeListContextalloc ()
 

Detailed Description

Definition at line 9779 of file context.cpp.

Constructor & Destructor Documentation

SymbolIndicesContext::Private::Private ( const SearchIndexInfo info)
inline

Definition at line 9782 of file context.cpp.

9783  {
9784  // use info->symbolList to populate the list
9786  const SearchIndexList *sl;
9787  for (it.toFirst();(sl=it.current());++it) // for each letter
9788  {
9790  }
9791  }
void append(const TemplateVariant &ctn)
Definition: context.cpp:195
static SymbolIndexContext * alloc(const SearchIndexList *sl, const QCString &name)
Definition: context.h:1269
LetterToIndexMap< SearchIndexList > symbolList
Definition: searchindex.h:158

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