로딩중...
검색중...
일치하는것 없음
tnucontainer.hpp
이 파일의 문서화 페이지로 가기
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> {
11 };
12
13 class node;
15}
Base class for all managed instances in memlite system
Definition instance.hpp:41
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Definition tnucontainer.hpp:9
Template unidirectional container interface
Definition tucontainable.hpp:20
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
to Top