My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
NamespaceList Class Reference

#include <namespacedef.h>

Inheritance diagram for NamespaceList:

Public Member Functions

 ~NamespaceList ()
 
int compareValues (const NamespaceDef *nd1, const NamespaceDef *nd2) const
 

Detailed Description

A list of NamespaceDef objects.

Definition at line 146 of file namespacedef.h.

Constructor & Destructor Documentation

NamespaceList::~NamespaceList ( )
inline

Definition at line 149 of file namespacedef.h.

{}

Member Function Documentation

int NamespaceList::compareValues ( const NamespaceDef nd1,
const NamespaceDef nd2 
) const
inline

Definition at line 150 of file namespacedef.h.

References Definition::name().

{
return qstricmp(nd1->name(), nd2->name());
}

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