|
std::size_t | depth () const |
|
std::string | name () const |
|
const std::string & | fullName () const |
|
Scope | parent () const |
|
bool | isGlobalScope () const |
|
|
static const Scope & | globalScope () |
|
static Scope | fromFullName (const std::string &fullName) |
|
static Scope | fromParentScope (const Scope &parentScope, const std::string &name) |
|
|
bool | operator== (const Scope &lhs, const Scope &rhs) |
|
bool | operator!= (const Scope &lhs, const Scope &rhs) |
|
The documentation for this class was generated from the following files:
- include/siplasplas/reflection/dynamic/scope.hpp
- src/reflection/dynamic/scope.cpp