Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

ArgumentList Class Reference

This class represents an function or template argument list. More...

#include <entry.h>

List of all members.

Public Member Functions

 ArgumentList ()
 ~ArgumentList ()
bool hasDocumentation () const

Public Attributes

bool constSpecifier
bool volatileSpecifier
bool pureSpecifier


Detailed Description

This class represents an function or template argument list.

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 102 of file entry.h.


Constructor & Destructor Documentation

ArgumentList::ArgumentList  )  [inline]
 

Creates an empty argument list Definition at line 106 of file entry.h.

References constSpecifier, pureSpecifier, and volatileSpecifier.

ArgumentList::~ArgumentList  )  [inline]
 

Destroys the argument list Definition at line 111 of file entry.h.


Member Function Documentation

bool ArgumentList::hasDocumentation  )  const
 

the argument list is documented if one of its arguments is documented Definition at line 322 of file entry.cpp.


Member Data Documentation

bool ArgumentList::constSpecifier
 

Does the member modify the state of the class? default: FALSE. Definition at line 114 of file entry.h.

Referenced by ArgumentList().

bool ArgumentList::pureSpecifier
 

Is this a pure virtual member? default: FALSE Definition at line 118 of file entry.h.

Referenced by ArgumentList().

bool ArgumentList::volatileSpecifier
 

Is the member volatile? default: FALSE. Definition at line 116 of file entry.h.

Referenced by ArgumentList().


The documentation for this class was generated from the following files:
Generated on Sat Aug 21 19:11:54 2004 for Doxygen by doxygen 1.3.8