#include <stdio.h>
#include <qfile.h>
#include <qregexp.h>
#include "classdef.h"
#include "classlist.h"
#include "entry.h"
#include "doxygen.h"
#include "membername.h"
#include "message.h"
#include "config.h"
#include "util.h"
#include "diagram.h"
#include "language.h"
#include "htmlhelp.h"
#include "example.h"
#include "outputlist.h"
#include "dot.h"
#include "defargs.h"
#include "debug.h"
#include "docparser.h"
#include "searchindex.h"
#include "vhdldocgen.h"
#include "layout.h"
#include "arguments.h"
#include "memberlist.h"
#include "groupdef.h"
#include "filedef.h"
#include "namespacedef.h"
#include "membergroup.h"
Go to the source code of this file.
Definition at line 2832 of file classdef.cpp.
2834 return md->
name()==
"operator=" ||
const QCString & name() const
bool isConstructor() const
bool isDestructor() const
Definition at line 859 of file classdef.cpp.
871 if (!name.
isEmpty()) name+=
"::";
873 if ( clName.
right(2)==
"-p")
879 if (cd->templateArguments())
881 result.
append(cd->templateArguments());
882 if (!isSpecialization)
void append(const type *d)
QCString left(uint len) const
int find(char c, int index=0, bool cs=TRUE) const
virtual DefType definitionType() const =0
QCString right(uint len) const
virtual QCString qualifiedName() const
virtual Definition * getOuterScope() const
QCString tempArgListToString(ArgumentList *al, SrcLangExt lang)
static void searchTemplateSpecs(Definition *d, QList< ArgumentList > &result, QCString &name, SrcLangExt lang)
static bool isSpecialization(const QList< ArgumentList > &srcTempArgLists, const QList< ArgumentList > &dstTempArgLists)
QCString localName() const
Definition at line 798 of file classdef.cpp.
void append(const type *d)
void docify(const char *s)
Definition at line 894 of file classdef.cpp.
905 for (spi.toFirst();(al=spi.current());++spi)
910 while ((a=ali.current()))
This class represents an function or template argument list.
void writeString(const char *text)
void lineBreak(const char *style=0)
void startSubsubsection()
This class contains the information about the argument of a function or template. ...
static void searchTemplateSpecs(Definition *d, QList< ArgumentList > &result, QCString &name, SrcLangExt lang)
void docify(const char *s)