로딩중...
검색중...
일치하는것 없음
rootStela.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
stela/ast/defStela.hpp
"
5
6
namespace
by {
7
22
class
_nout
rootStela
:
public
defStela
{
23
BY(
CLASS
(
rootStela
,
defStela
),
VISIT
())
24
25
public
:
26
using
super::defStela;
27
};
28
}
// namespace by
by::defStela
Named block of children — the def form of stela source.
Definition
defStela.hpp:24
by::rootStela
The compilation unit — the one node with no source form of its own.
Definition
rootStela.hpp:22
by::tweak
Weak reference smart pointer with type-safe access
Definition
tweak.hpp:16
defStela.hpp
to Top