#include <vframe.hpp>
Inheritance diagram for cChunk:
Public Member Functions | |
cChunk (const frame *fr) | |
bool | is_c_chunk () const |
vframe * | sender () const |
void | print_value () const |
void | print () |
Private Member Functions | |
oop | callee_argument_at (int index) const |
Definition at line 395 of file vframe.hpp.
cChunk::cChunk | ( | const frame * | fr | ) | [inline] |
Definition at line 398 of file vframe.hpp.
oop cChunk::callee_argument_at | ( | int | index | ) | const [private, virtual] |
Reimplemented from vframe.
Definition at line 909 of file vframe.cpp.
References vframe::_fr, and frame::sp().
Here is the call graph for this function:
bool cChunk::is_c_chunk | ( | ) | const [inline, virtual] |
void cChunk::print | ( | ) | [virtual] |
Reimplemented from cVFrame.
Definition at line 903 of file vframe.cpp.
References vframe::_fr, frame::link(), and vframe::print().
Here is the call graph for this function:
void cChunk::print_value | ( | ) | const [virtual] |
vframe * cChunk::sender | ( | ) | const [virtual] |
Reimplemented from vframe.
Definition at line 895 of file vframe.cpp.
References vframe::sender().
Here is the call graph for this function: