![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <StaticScope.hpp>
Public Member Functions | |
bool | operator== (const Declaration &other) const =default |
Public Attributes | |
std::string | name |
End name, can be modified to be hidden. | |
std::string | original_name |
Original name, with the prefix, without hidden namespaces. | |
bool | is_mutable |
Definition at line 24 of file StaticScope.hpp.
|
default |
bool Ark::internal::Declaration::is_mutable |
Definition at line 28 of file StaticScope.hpp.
std::string Ark::internal::Declaration::name |
End name, can be modified to be hidden.
Definition at line 26 of file StaticScope.hpp.
Referenced by Ark::internal::NamespaceScope::get(), and Ark::internal::StaticScope::get().
std::string Ark::internal::Declaration::original_name |
Original name, with the prefix, without hidden namespaces.
Definition at line 27 of file StaticScope.hpp.
Referenced by Ark::internal::NamespaceScope::get().