5#ifndef DCPP_I_OS_OPERATOR_HPP_INCLUDED
6#define DCPP_I_OS_OPERATOR_HPP_INCLUDED
8#include <duckcpp/core/engine/IReferenceCounted.hpp>
9#include <duckcpp/core/engine/irrString.hpp>
The Operating system operator provides operation system specific methods and information.
Definition IOSOperator.hpp:16
DCPP_DEPRECATED const wchar_t * getOperationSystemVersion() const
Get the current operation system version as string.
Definition IOSOperator.hpp:23
virtual bool getSystemMemory(u32 *totalBytes, u32 *availableBytes) const =0
Get the total and available system RAM.
virtual const c8 * getTextFromClipboard() const =0
Get text from the clipboard.
virtual const nub::string & getOperatingSystemVersion() const =0
Get the current operation system version as string.
virtual bool getProcessorSpeedMHz(u32 *MHz) const =0
Get the processor speed in megahertz.
virtual void copyToClipboard(const c8 *text) const =0
Copies text to the clipboard.
Base class of most objects of the Duckcpp Engine.
Definition IReferenceCounted.hpp:46
const T * data() const
Returns character string.
Definition irrString.hpp:537
dcpp::nub::basic_string< wchar_t > wstring
using type alias for wide character strings. Forward declaration.
Definition irrString.hpp:41
As of Duckcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11
char c8
8 bit character variable.
Definition irrTypes.hpp:37
unsigned int u32
32 bit unsigned variable.
Definition irrTypes.hpp:64