#include <entry.h>
Inheritance diagram for ArgumentList:
Public Member Functions | |
ArgumentList () | |
~ArgumentList () | |
bool | hasDocumentation () const |
Public Attributes | |
bool | constSpecifier |
bool | volatileSpecifier |
bool | pureSpecifier |
This class also stores some information about member that is typically put after the argument list, such as wether the member is const, volatile or pure virtual.
Definition at line 110 of file entry.h.
ArgumentList::ArgumentList | ( | ) | [inline] |
ArgumentList::~ArgumentList | ( | ) | [inline] |
bool ArgumentList::hasDocumentation | ( | ) | const |
the argument list is documented if one of its arguments is documented
Definition at line 35 of file entry.cpp.
Referenced by MemberDef::hasDocumentation(), and MemberDef::isDetailedSectionLinkable().
Does the member modify the state of the class? default: FALSE.
Definition at line 123 of file entry.h.
Referenced by argListToString(), copyArgumentList(), MemberDef::createTemplateInstanceMember(), Entry::Entry(), MemberDefImpl::init(), marshalArgumentList(), matchArguments2(), and unmarshalArgumentList().
Is the member volatile? default: FALSE.
Definition at line 125 of file entry.h.
Referenced by argListToString(), copyArgumentList(), MemberDef::createTemplateInstanceMember(), Entry::Entry(), MemberDefImpl::init(), marshalArgumentList(), matchArguments2(), and unmarshalArgumentList().
Is this a pure virtual member? default: FALSE
Definition at line 127 of file entry.h.
Referenced by copyArgumentList(), MemberDef::createTemplateInstanceMember(), Entry::Entry(), MemberDefImpl::init(), marshalArgumentList(), and unmarshalArgumentList().