로딩중...
검색중...
일치하는것 없음
frames.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
core/builtin/container/native/tnarr.hpp
"
5
#include "
core/frame/frame.hpp
"
6
7
namespace
by {
24
class
_nout
frames
:
public
tnarr
<frame>,
public
dumpable {
25
BY(
CLASS
(
frames
,
tnarr<frame>
))
26
27
public
:
28
void
dump()
const override
;
29
};
30
}
by::frames
Container for execution frame stack
Definition
frames.hpp:24
by::tnarr
Definition
tnarr.hpp:9
frame.hpp
tnarr.hpp
to Top