My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SymbolListContext::Private Class Reference
Inheritance diagram for SymbolListContext::Private:
GenericNodeListContext TemplateListIntf

Public Member Functions

 Private (const SearchDefinitionList *sdl)
 
- 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 9567 of file context.cpp.

Constructor & Destructor Documentation

SymbolListContext::Private::Private ( const SearchDefinitionList sdl)
inline

Definition at line 9570 of file context.cpp.

References SymbolContext::alloc(), and GenericNodeListContext::append().

{
QListIterator<Definition> li(*sdl);
Definition *def;
Definition *prev = 0;
for (li.toFirst();(def=li.current());)
{
++li;
const Definition *next = li.current();
append(SymbolContext::alloc(def,prev,next));
prev = def;
}
}

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