Loading...
Searching...
No Matches
tnucontainer.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace 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;
15}
Base class for all AST nodes in the byeol language.
Definition node.hpp:195
Definition tnarr.hpp:9
Definition tnucontainer.hpp:9
Template unidirectional container interface.
Definition tucontainable.hpp:20
to Top