Loading...
Searching...
No Matches
frames.hpp
Go to the documentation of this file.
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}
Container for execution frame stack.
Definition frames.hpp:24
Definition tnarr.hpp:9
to Top