로딩중...
검색중...
일치하는것 없음
tnucontainer.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
core/builtin/container/tucontainable.hpp
"
5
6
namespace
by {
7
8
template
<
typename
T,
typename
R = T*,
typename
RSquare = T&>
9
class
tnucontainer
:
public
instance,
public
tucontainable
<T, R, RSquare> {
10
BY(
ADT
(
tnucontainer
, instance))
11
};
12
13
class
node
;
14
typedef
tnucontainer<node>
nucontainer
;
15
}
by::node
Base class for all AST nodes in the byeol language
Definition
node.hpp:195
by::tnarr
Definition
tnarr.hpp:9
by::tnucontainer
Definition
tnucontainer.hpp:9
by::tucontainable
Template unidirectional container interface
Definition
tucontainable.hpp:20
tucontainable.hpp
to Top