kjsembed
KJSEmbed::IoFactory Class Reference
#include <iosupport.h>
Static Public Member Functions | |
static const Method * | methods () |
Static Public Attributes | |
static const Method | IoMethods [] |
Detailed Description
Definition at line 31 of file iosupport.h.
Member Function Documentation
static const Method* KJSEmbed::IoFactory::methods | ( | ) | [inline, static] |
Definition at line 35 of file iosupport.h.
Member Data Documentation
const Method IoFactory::IoMethods [static] |
Initial value:
{ {"debug", 1, KJS::DontDelete|KJS::ReadOnly, &callDebug }, {"print", 1, KJS::DontDelete|KJS::ReadOnly, &callPrint }, {"println", 1, KJS::DontDelete|KJS::ReadOnly, &callPrintLn }, {"readln", 0, KJS::DontDelete|KJS::ReadOnly, &callReadLine }, {"system", 1, KJS::DontDelete|KJS::ReadOnly, &callSystem }, {0, 0, 0, 0 } }
Definition at line 34 of file iosupport.h.
The documentation for this class was generated from the following files: