ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::Namespace Struct Reference

#include <Namespace.hpp>

Collaboration diagram for Ark::internal::Namespace:
[legend]

Public Attributes

std::string name
 
bool is_glob
 
bool with_prefix
 
std::vector< std::string > symbols
 
std::shared_ptr< Nodeast
 

Detailed Description

Definition at line 12 of file Namespace.hpp.

Member Data Documentation

◆ ast

◆ is_glob

bool Ark::internal::Namespace::is_glob

Definition at line 15 of file Namespace.hpp.

Referenced by Ark::internal::operator==().

◆ name

std::string Ark::internal::Namespace::name

Definition at line 14 of file Namespace.hpp.

Referenced by Ark::internal::operator==().

◆ symbols

std::vector<std::string> Ark::internal::Namespace::symbols

Definition at line 17 of file Namespace.hpp.

◆ with_prefix

bool Ark::internal::Namespace::with_prefix

Definition at line 16 of file Namespace.hpp.

Referenced by Ark::internal::operator==().


The documentation for this struct was generated from the following file: