top
|
up
|
prev
|
next
ScopeLookup Enumeration
Definition at line
17
of
Scope.hpp
Enumerators
Name
Value
none
0
this_
1 << 0
parent
1 << 1
bases
1 << 2
this_and_parent
this_ | parent
this_and_bases
this_ | bases
this_and_bases_and_parent
this_ | bases | parent
top
|
up
|
prev
|
next