Loading...
Searching...
No Matches
arrStela.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "stela/ast/stela.hpp"
5
6namespace by {
7
26 class _nout arrStela: public stela {
27 BY(CLASS(arrStela, stela), VISIT())
28
29 public:
30 using super::stela;
31 };
32} // namespace by
Ordered list of elements.
Definition arrStela.hpp:26
Definition stela.hpp:63
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34