doxygen
|
#include <types.h>
Public Types | |
enum | GroupPri_t { GROUPING_LOWEST, GROUPING_AUTO_WEAK = GROUPING_LOWEST, GROUPING_AUTO_ADD, GROUPING_AUTO_DEF, GROUPING_AUTO_HIGHEST = GROUPING_AUTO_DEF, GROUPING_INGROUP, GROUPING_HIGHEST = GROUPING_INGROUP } |
Grouping priority. More... | |
Public Member Functions | |
Grouping (const QCString &gn, GroupPri_t p) | |
Static Public Member Functions | |
static const char * | getGroupPriName (GroupPri_t priority) |
Public Attributes | |
QCString | groupname |
name of the group | |
GroupPri_t | pri |
priority of this definition | |
Grouping info.
enum Grouping::GroupPri_t |
Grouping priority.