top | up | prev | next

Specifiers Enumeration

Definition at line 14 of Specifier.hpp

Enumerators

Name Value
none 0
public_ 1 << 0
protected_ 1 << 1
private_ 1 << 2
internal_ 1 << 3
static_ 1 << 4
virtual_ 1 << 5
override_ 1 << 6
abstract_ 1 << 7
inline_ 1 << 8
explicit_ 1 << 9
external_ 1 << 10
suppress_ 1 << 11
default_ 1 << 12
constexpr_ 1 << 13
cdecl_ 1 << 14
nothrow_ 1 << 15
throw_ 1 << 16
new_ 1 << 17
const_ 1 << 18
unit_test_ 1 << 19
winapi 1 << 20
access_ public_ | protected_ | private_ | internal_

top | up | prev | next