Ocean
platform/win/Utilities.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Platform::Win::Utilities
 This class implements utilities and helper functions. More...
 
class  Ocean::Platform::Win::ScopedDisableWindow
 This class implements a nested scoped object which disables a window object until the scope of all nested elements ends (or until all nested object are released explicitly). More...
 
class  Ocean::Platform::Win::ScopedDisableWindow::DisableWindowCounter
 This class implements a simple counter for nested disable window objects. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::Platform
 Namespace of the Platform library.
 
 Ocean::Platform::Win
 Namespace of the Platform Win library.
 

Functions

System::String Ocean::Platform::Win::toString (const std::string &value)
 
System::String Ocean::Platform::Win::toString (const char *value)
 
System::String Ocean::Platform::Win::toString (const std::wstring &value)
 
System::String Ocean::Platform::Win::toString (const wchar_t *value)
 
std::string Ocean::Platform::Win::toAString (System::String^ value)
 
std::wstring Ocean::Platform::Win::toWString (System::String^ value)