OpenStudio:utilities
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Member Functions | List of all members
openstudio::System Class Reference

#include <System.hpp>

Static Public Member Functions

static void msleep (int msecs)
 Sleep for number of milliseconds. More...
 
static unsigned numberOfProcessors ()
 Returns the number of processors on this computer. More...
 
static void testExceptions1 ()
 
static void testExceptions2 ()
 
static void testExceptions3 ()
 
static void testExceptions4 ()
 
static void testExceptions5 ()
 

Member Function Documentation

static void openstudio::System::msleep ( int  msecs)
static

Sleep for number of milliseconds.

static unsigned openstudio::System::numberOfProcessors ( )
static

Returns the number of processors on this computer.

static void openstudio::System::testExceptions1 ( )
static
Note
not using string_view because we need null terminated strings Utility for testing exception handling within the system
static void openstudio::System::testExceptions2 ( )
static
static void openstudio::System::testExceptions3 ( )
static
static void openstudio::System::testExceptions4 ( )
static
static void openstudio::System::testExceptions5 ( )
static