15 hasDocs = a->hasDocumentation();
46 assert(count<1000000);
78 if (argList->
count()>0)
bool hasDocumentation() const
This class represents an function or template argument list.
void append(const type *d)
Abstract interface for file based memory storage operations.
QCString unmarshalQCString(StorageIntf *s)
static void marshal(StorageIntf *s, ArgumentList *argList)
void marshalBool(StorageIntf *s, bool b)
This class contains the information about the argument of a function or template. ...
bool unmarshalBool(StorageIntf *s)
static ArgumentList * unmarshal(StorageIntf *s)
uint unmarshalUInt(StorageIntf *s)
void marshalUInt(StorageIntf *s, uint v)
QCString trailingReturnType
void marshalQCString(StorageIntf *s, const QCString &str)
ArgumentList * deepCopy() const
void setAutoDelete(bool enable)