![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Namespace.hpp>
Public Attributes | |
std::string | name |
bool | is_glob |
bool | with_prefix |
std::vector< std::string > | symbols |
std::shared_ptr< Node > | ast |
Definition at line 12 of file Namespace.hpp.
std::shared_ptr<Node> Ark::internal::Namespace::ast |
bool Ark::internal::Namespace::is_glob |
Definition at line 15 of file Namespace.hpp.
Referenced by Ark::internal::operator==().
std::string Ark::internal::Namespace::name |
Definition at line 14 of file Namespace.hpp.
Referenced by Ark::internal::operator==().
std::vector<std::string> Ark::internal::Namespace::symbols |
Definition at line 17 of file Namespace.hpp.
bool Ark::internal::Namespace::with_prefix |
Definition at line 16 of file Namespace.hpp.
Referenced by Ark::internal::operator==().