HyperspaceExplorer 0.7.1
|
"frames <num_frames>" More...
#include <Statement.h>
Public Member Functions | |
FramesStmt (const Parser *p, const std::string &_arg) | |
virtual bool | execute () |
Executes the statement in the current context. | |
Private Attributes | |
unsigned | _frames |
Number of frames to display. |
"frames <num_frames>"
set the number of frames to display
Script::FramesStmt::FramesStmt | ( | const Parser * | p, |
const std::string & | _arg | ||
) |
p | The context in which the Statement is executed |
_arg | The argument supplied to the Statement |
References _frames, Script::Statement::arg(), Util::atou(), and Script::trailing().