|
Code::Blocks
SVN r11506
|
Go to the source code of this file.
Namespaces | |
| ScriptBindings | |
Macros | |
| #define | BIND_INT_CONSTANT(a) SqPlus::BindConstant<SQInteger>(a, #a); |
| #define | BIND_INT_CONSTANT_NAMED(a, n) SqPlus::BindConstant<SQInteger>(a, n); |
| #define | BIND_WXSTR_CONSTANT_NAMED(a, n) BindVariable(const_cast<wxString*>(&a), n, SqPlus::VAR_ACCESS_CONSTANT); |
Functions | |
| void | ScriptBindings::Register_Constants () |
Variables | |
| wxString | ScriptBindings::s_PathSep = wxFILE_SEP_PATH |
| #define BIND_INT_CONSTANT | ( | a | ) | SqPlus::BindConstant<SQInteger>(a, #a); |
Definition at line 21 of file sc_consts.cpp.
Referenced by ScriptBindings::Register_Constants().
| #define BIND_INT_CONSTANT_NAMED | ( | a, | |
| n | |||
| ) | SqPlus::BindConstant<SQInteger>(a, n); |
Definition at line 22 of file sc_consts.cpp.
Referenced by ScriptBindings::Register_Constants().
| #define BIND_WXSTR_CONSTANT_NAMED | ( | a, | |
| n | |||
| ) | BindVariable(const_cast<wxString*>(&a), n, SqPlus::VAR_ACCESS_CONSTANT); |
Definition at line 23 of file sc_consts.cpp.
Referenced by ScriptBindings::Register_Constants().
1.8.13