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