The expression scope used with file expressions. Contains an FTree cursor and the string of the path the file or folder is located in.
Definition at line 137 of file fileexpressions.hpp.
#include <fileexpressions.hpp>
Public Field Index: | |
FTree::ConstCursor | Node |
A node of a FTree. | |
String | ParentPath |
The absolute path to the parent directory. | |
![]() | |
MonoAllocator | Allocator |
Scope * | CTScope |
SPFormatter | Formatter |
HashMap< NString, ScopeResource * > | NamedResources |
std::vector< Expression *, StdContMA< Expression * > > | NestedExpressions |
std::vector< ScopeResource *, StdContMA< ScopeResource * > > | Resources |
std::vector< alib::Box > | Stack |
Additional Inherited Members | |
![]() | |
ALIB_API | Scope (SPFormatter &formatter) |
virtual | ~Scope () |
bool | IsCompileTime () |
virtual ALIB_API void | Reset () |
FTree::ConstCursor Node |
A node of a FTree.
Definition at line 139 of file fileexpressions.hpp.
String ParentPath |
The absolute path to the parent directory.
Definition at line 140 of file fileexpressions.hpp.