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

Public Member Functions

 Private ()
 
- 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 7420 of file context.cpp.

Constructor & Destructor Documentation

ExampleListContext::Private::Private ( )
inline

Definition at line 7423 of file context.cpp.

References PageContext::alloc(), GenericNodeListContext::append(), Doxygen::exampleSDict, PageDef::getGroupDef(), Definition::isReference(), and SDict< PageDef >::Iterator.

{
{
PageDef *pd=0;
for (pdi.toFirst();(pd=pdi.current());++pdi)
{
if (!pd->getGroupDef() && !pd->isReference())
{
append(PageContext::alloc(pd,FALSE,TRUE));
}
}
}
}

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