FairShip
Loading...
Searching...
No Matches
Enum_Test Class Reference

#include <enum.h>

Public Types

enum  TEnum { Val1 , Val2 }
 
enum  AnotherEnum { V1 , V2 }
 

Detailed Description

The class description.

Definition at line 1 of file enum.h.

Member Enumeration Documentation

◆ AnotherEnum

Another enum, with inline docs

Enumerator
V1 

value 1

V2 

value 2

Definition at line 7 of file enum.h.

8 {
9 V1,
10 V2
11 };
@ V1
Definition: enum.h:9
@ V2
Definition: enum.h:10

◆ TEnum

A description of the enum type.

Enumerator
Val1 

The description of the first enum value.

Val2 

Definition at line 4 of file enum.h.

4{ Val1, Val2 };
@ Val2
Definition: enum.h:4
@ Val1
Definition: enum.h:4

The documentation for this class was generated from the following file: