|
SO3Engine
|
Namespaces | |
| namespace | fastdelegate |
Classes | |
| class | FlashHandler |
| class | FlashSite |
| struct | KBDLLHOOKSTRUCT |
| class | KeyboardHook |
| class | RenderBuffer |
Typedefs | |
| typedef struct Hikari::Impl::KBDLLHOOKSTRUCT * | PKBDLLHOOKSTRUCT |
Functions | |
| void | replaceAll (std::wstring &sourceStr, const std::wstring &replaceWhat, const std::wstring &replaceWith) |
| std::wstring | ConvertToWString (const std::string &str) |
| std::wstring | serializeValue (const FlashValue &value) |
| FlashValue | deserializeValue (const std::wstring &valueStr) |
| std::wstring | serializeInvocation (const std::wstring &funcName, const Arguments &args) |
| bool | deserializeInvocation (const std::wstring &xmlString, std::wstring &funcName, Arguments &args) |
| typedef struct Hikari::Impl::KBDLLHOOKSTRUCT * Hikari::Impl::PKBDLLHOOKSTRUCT |
| std::wstring Hikari::Impl::ConvertToWString | ( | const std::string & | str | ) |
Definition at line 60 of file flashhandler.h.
| bool Hikari::Impl::deserializeInvocation | ( | const std::wstring & | xmlString, |
| std::wstring & | funcName, | ||
| Arguments & | args | ||
| ) |
Definition at line 172 of file flashhandler.h.
| FlashValue Hikari::Impl::deserializeValue | ( | const std::wstring & | valueStr | ) |
Definition at line 117 of file flashhandler.h.
|
inline |
Definition at line 51 of file flashhandler.h.
| std::wstring Hikari::Impl::serializeInvocation | ( | const std::wstring & | funcName, |
| const Arguments & | args | ||
| ) |
Definition at line 153 of file flashhandler.h.
| std::wstring Hikari::Impl::serializeValue | ( | const FlashValue & | value | ) |
string -> wstring conversion
string -> wstring conversion
Definition at line 67 of file flashhandler.h.