#include <vframe.hpp>
Inheritance diagram for cVFrame:
Public Member Functions | |
cVFrame (const frame *fr) | |
bool | is_c_frame () const |
void | print_value () const |
void | print () |
Definition at line 383 of file vframe.hpp.
cVFrame::cVFrame | ( | const frame * | fr | ) | [inline] |
Definition at line 386 of file vframe.hpp.
bool cVFrame::is_c_frame | ( | ) | const [inline, virtual] |
void cVFrame::print | ( | ) | [virtual] |
Reimplemented from vframe.
Reimplemented in cChunk.
Definition at line 884 of file vframe.cpp.
References vframe::print().
Here is the call graph for this function:
void cVFrame::print_value | ( | ) | const [virtual] |