My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 9794 of file context.cpp.

Constructor & Destructor Documentation

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

Definition at line 9797 of file context.cpp.

References SymbolIndexContext::alloc(), GenericNodeListContext::append(), SearchIndexInfo::name, and SearchIndexInfo::symbolList.

{
// use info->symbolList to populate the list
const SearchIndexList *sl;
for (it.toFirst();(sl=it.current());++it) // for each letter
{
}
}

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