로딩중...
검색중...
일치하는것 없음
frames.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
6
7namespace by {
24 class _nout frames: public tnarr<frame>, public dumpable {
26
27 public:
28 void dump() const override;
29 };
30}
Interface for objects that can dump their state
Definition dumpable.hpp:13
Container for execution frame stack
Definition frames.hpp:24
void dump() const override
Dump object state for debugging
Definition tnarr.hpp:9
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
to Top