Public Member Functions | List of all members
NamespaceList Class Reference

#include <namespacedef.h>

Inheritance diagram for NamespaceList:
QList< NamespaceDef > QGList

Public Member Functions

 ~NamespaceList ()
 
int compareValues (const NamespaceDef *nd1, const NamespaceDef *nd2) const
 
- Public Member Functions inherited from QList< NamespaceDef >
 QList ()
 
 QList (const QList< NamespaceDef > &l)
 
 ~QList ()
 
QList< NamespaceDef > & operator= (const QList< NamespaceDef > &l)
 
bool operator== (const QList< NamespaceDef > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const NamespaceDef *d)
 
void inSort (const NamespaceDef *d)
 
void prepend (const NamespaceDef *d)
 
void append (const NamespaceDef *d)
 
bool remove (uint i)
 
bool remove (const NamespaceDef *d)
 
bool removeRef (const NamespaceDef *d)
 
bool removeFirst ()
 
bool removeLast ()
 
NamespaceDeftake (uint i)
 
void clear ()
 
void sort ()
 
int find (const NamespaceDef *d) const
 
int findRef (const NamespaceDef *d) const
 
uint contains (const NamespaceDef *d) const
 
uint containsRef (const NamespaceDef *d) const
 
NamespaceDefat (uint i) const
 
NamespaceDefgetFirst () const
 
NamespaceDefgetLast () const
 
void setAutoDelete (bool enable)
 

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.

149 {}

Member Function Documentation

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

Reimplemented from QList< NamespaceDef >.

Definition at line 150 of file namespacedef.h.

151  {
152  return qstricmp(nd1->name(), nd2->name());
153  }
const QCString & name() const
Definition: definition.h:114
int qstricmp(const char *str1, const char *str2)
Definition: qcstring.cpp:567

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