We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9f944 commit b078beaCopy full SHA for b078bea
include/mrdocs/Metadata/Scope.hpp
@@ -29,6 +29,18 @@ namespace mrdocs {
29
class are the symbols and functions declared
30
in the class.
31
32
+ The Lookups are the symbols that are accessible
33
+ from the scope of the Info. For instance, the
34
+ Lookups["foo"] of a namespace are the symbols
35
+ declared as "foo" in the namespace.
36
+
37
+ This Info class can be used as a base class
38
+ for other Info classes, such as NamespaceInfo,
39
+ ClassInfo, that represent scopes. This class
40
+ can also be used with composition, such as in
41
+ @ref Interface to represent different scopes of
42
+ the same class (such as member and static overloads).
43
44
*/
45
struct ScopeInfo
46
{
0 commit comments