Project

General

Profile

SO3Engine
flashhandler.h File Reference

Go to the source code of this file.

Classes

class  Hikari::Impl::FlashHandler
 

Namespaces

namespace  Hikari
 
namespace  Hikari::Impl
 

Functions

void Hikari::Impl::replaceAll (std::wstring &sourceStr, const std::wstring &replaceWhat, const std::wstring &replaceWith)
 
std::wstring Hikari::Impl::ConvertToWString (const std::string &str)
 
std::wstring Hikari::Impl::serializeValue (const FlashValue &value)
 
FlashValue Hikari::Impl::deserializeValue (const std::wstring &valueStr)
 
std::wstring Hikari::Impl::serializeInvocation (const std::wstring &funcName, const Arguments &args)
 
bool Hikari::Impl::deserializeInvocation (const std::wstring &xmlString, std::wstring &funcName, Arguments &args)