Commit 8905724
committed
Add scope to class entries
The idea here is to create something that can be used for other things
essentially making this quite flexible.
required scope: when defined, the class can only be used in the
required scope, or its descendents when absolute is false
lexical scope: the scope the class is defined in -- either a namespace
or another class.1 parent 0dc1c19 commit 8905724
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
| |||
0 commit comments