void |
DoneUnwind() |
void |
InitUnwind() |
double |
Pow(double x, double y) |
void |
RtAddCh(int ch) |
void |
RtAddCompileUnitFunction(void* functionAddress, const char* functionName, const char* sourceFilePath) |
void |
RtAddStr(const char* str) |
void* |
RtAllocateConditionVariable() |
void* |
RtAllocateMutex() |
void* |
RtAllocateRecursiveMutex() |
double |
RtArcCos(double x) |
double |
RtArcSin(double x) |
char |
RtAsciiToLower(char c) |
char |
RtAsciiToUpper(char c) |
double |
RtAtan2(double y, double x) |
void |
RtAttrOff(int attrs) |
void |
RtAttrOn(int attrs) |
void |
RtAttrSet(int attrs) |
int32_t |
RtBeginIterateDirectory(const char* directoryPath) |
void |
RtBeginStaticInitCriticalSection(void* staticClassId) |
void |
RtBeginTraceFunction(int32_t traceFunctionId) |
void |
RtBeginTracing() |
short |
RtBlack() |
short |
RtBlue() |
void |
RtCBreak() |
void |
RtCaptureException(void** exception, uint64_t& exceptionClassIdHi, uint64_t& exceptionClassIdLo) |
void |
RtClear() |
void |
RtClearToEol() |
int |
RtColorPair(short n) |
int32_t |
RtCompressBZip2(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, void* handle, int32_t action) |
void* |
RtConvertThreadToFiber(void* param) |
double |
RtCos(double angleRad) |
void |
RtCreateDirectories(const char* directoryPath) |
void* |
RtCreateFiber(uint64_t stackSize, void* startAddress, void* param) |
void* |
RtCreateProcess(const char* command, int32_t redirections, int32_t& errorStringHandle) |
void |
RtCursSet(int visibility) |
short |
RtCyan() |
int32_t |
RtDecompressBZip2(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, uint32_t* inAvail, void* handle) |
int32_t |
RtDeflateZlib(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, void* handle, int32_t flush) |
void |
RtDeleteFiber(void* fiber) |
void |
RtDeleteProcess(void* process) |
bool |
RtDirectoryExists(const char* directoryPath) |
void |
RtDispose(void* ptr) |
void |
RtDisposeCallStack() |
void |
RtDisposeError(int32_t errorId) |
void |
RtDisposeStackTrace() |
void |
RtDisposeString(int32_t stringHandle) |
void |
RtDoneBZip2(int32_t mode, void* handle) |
void |
RtDoneScreen() |
void |
RtDoneZlib(int32_t mode, void* handle) |
void |
RtEcho() |
void |
RtEndIterateDirectory(int32_t directoryIterationHandle) |
void |
RtEndProfiling() |
void |
RtEndStaticInitCriticalSection(void* staticClassId) |
void |
RtEndTraceFunction(int32_t traceFunctionId) |
void |
RtEndTracing() |
void |
RtEndUnitTest(const char* testName, int32_t exitCode) |
void |
RtEnqueueDestruction(void* destructor, void* arg) |
void |
RtEnterFunction(const char* functionName, const char* sourceFilePath) |
double |
RtEpsilon() |
void |
RtErase() |
void |
RtExitFunction() |
void |
RtFailAssertion(const char* assertion, const char* function, const char* sourceFilePath, int lineNumber) |
void |
RtFreeConditionVariable(void* nativeHandle) |
void |
RtFreeMutex(void* nativeHandle) |
void |
RtFreeRecursiveMutex(void* nativeHandle) |
const char* |
RtGetCallStack() |
int |
RtGetCh() |
void |
RtGetCurrentDate(int16_t* year, int8_t* month, int8_t* day) |
void |
RtGetCurrentDateTime(int16_t* year, int8_t* month, int8_t* day, int32_t* secs) |
int64_t |
RtGetCurrentTime() |
const char* |
RtGetError(int32_t errorId) |
void* |
RtGetException() |
void* |
RtGetExceptionTypeId() |
void* |
RtGetFiberData() |
int32_t |
RtGetHardwareConcurrency() |
void |
RtGetMaxYX(int* rows, int* cols) |
void |
RtGetNStr(char* str, int size) |
const char* |
RtGetNextDirectoryPath(int32_t directoryIterationHandle) |
const char* |
RtGetNextFilePath(int32_t directoryIterationHandle) |
uint32_t |
RtGetRandomSeed() |
int |
RtGetRawCh() |
const char* |
RtGetStackTrace() |
const char* |
RtGetString(int32_t stringHandle) |
void |
RtGetYX(int* row, int* col) |
short |
RtGreen() |
bool |
RtHandleException(void* exceptionTypeId) |
int32_t |
RtInflateZlib(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, uint32_t* inAvail, void* handle) |
int32_t |
RtInitBZip2(int32_t mode, int32_t compressionLevel, int32_t compressionWorkFactor, void** handle) |
void |
RtInitPair(short n, short foregroundColor, short backgroundColor) |
void |
RtInitRand(uint32_t seed) |
void |
RtInitScreen() |
int32_t |
RtInitZlib(int32_t mode, int32_t level, void** handle) |
bool |
RtIsUserAssertionFailureFunctionSet() |
bool |
RtJoinThread(int32_t threadId) |
void |
RtKeyPad() |
void |
RtLockMutex(void* nativeHandle) |
void |
RtLockRecursiveMutex(void* nativeHandle) |
short |
RtMagenta() |
void* |
RtMemAlloc(int64_t size) |
void* |
RtMemAllocInfo(int64_t size, const char* info) |
void |
RtMemFree(void* ptr) |
void |
RtMemZero(void* ptr, int64_t size) |
void |
RtMove(int row, int col) |
void |
RtNoCBreak() |
void |
RtNoEcho() |
void |
RtNoRaw() |
int32_t |
RtNotifyAll(void* nativeHandle) |
int32_t |
RtNotifyOne(void* nativeHandle) |
int64_t |
RtNow() |
double |
RtPi() |
void |
RtPopUnwindInfo(void* prevUnwindInfo) |
double |
RtPow(double x, int32_t exponent) |
void |
RtPrintCallStack(void* fileHandle) |
bool |
RtProcessEof(void* process, int handle, int32_t& errorStringHandle) |
int |
RtProcessExitCode(void* process, int32_t& errorStringHandle) |
int32_t |
RtProcessReadLine(void* process, int handle, int32_t& errorStringHandle) |
int32_t |
RtProcessReadToEnd(void* process, int handle, int32_t& errorStringHandle) |
bool |
RtProcessRunning(void* process, int32_t& errorStringHandle) |
bool |
RtProcessTerminate(void* process, int32_t& errorStringHandle) |
bool |
RtProcessWaitForExit(void* process, int32_t& errorStringHandle) |
bool |
RtProcessWriteLine(void* process, const char* line, int32_t& errorStrHandle) |
void |
RtProfileEndFunction(void* functionId) |
void |
RtProfileStartFunction(void* functionId) |
void* |
RtPushUnwindInfo(void* unwindInfo) |
uint32_t |
RtRandom() |
uint64_t |
RtRandom64() |
void |
RtRaw() |
short |
RtRed() |
void |
RtRefresh() |
const char* |
RtRetvalStrBZip2(int32_t retVal) |
const char* |
RtRetvalStrZlib(int32_t retVal) |
bool |
RtRunningOnWsl() |
void |
RtSetInputBZip2(void* inChunk, uint32_t inAvail, void* handle) |
void |
RtSetInputZlib(void* inChunk, uint32_t inAvail, void* handle) |
void |
RtSetLineNumber(int32_t lineNumber) |
void |
RtSetThreadId(char threadId) |
void |
RtSetUnitTestAssertionResult(int32_t assertionIndex, bool assertionResult, int32_t line) |
void |
RtSetUnitTestException(const char* exceptionStr) |
void |
RtSetUserAssertionFailureFunction(AssertionFailureFunction userAssertionFailureFunc) |
double |
RtSin(double angleRad) |
void |
RtSleep(int64_t nanoseconds) |
double |
RtSqrt(double x) |
void |
RtStartColor() |
void |
RtStartProfiling(int64_t numberOfPolymorphicClassIds, const uint64_t* polymorphicClassIdArray, int64_t numberOfStaticClassIds, const uint64_t* staticClassIdArray) |
int32_t |
RtStartThreadFunction(void* function) |
int32_t |
RtStartThreadFunctionWithParam(void* function, void* param) |
int32_t |
RtStartThreadMethod(void* classDelegate) |
int32_t |
RtStartThreadMethodWithParam(void* classDelegate, void* param) |
void |
RtStartUnitTest(int32_t numAssertions, const char* unitTestFilePath, int64_t numberOfPolymorphicClassIds, const uint64_t* polymorphicClassIdArray, int64_t numberOfStaticClassIds, const uint64_t* staticClassIdArray) |
void |
RtSwitchToFiber(void* fiber) |
int32_t |
RtThisThreadId() |
void |
RtThrowCapturedException(void* exception, uint64_t exceptionClassIdHi, uint64_t exceptionClassIdLo) |
void |
RtThrowException(void* exception, void* exceptionTypeId) |
int |
RtTranslateCh(int ch) |
void |
RtUnlockMutex(void* nativeHandle) |
void |
RtUnlockRecursiveMutex(void* nativeHandle) |
int32_t |
RtWaitConditionVariable(void* nativeHandle, void* recursiveMutexHandle) |
int32_t |
RtWaitConditionVariableDuration(void* nativeHandle, void* recursiveMutexHandle, int64_t nanoseconds) |
short |
RtWhite() |
void |
RtWindowsMessage(int32_t messageId) |
short |
RtYellow() |
void |
SetKeys() |
int32_t |
bz2_compress(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, void* handle, int32_t action) |
int32_t |
bz2_decompress(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, uint32_t* inAvail, void* handle) |
void |
bz2_done(int32_t mode, void* handle) |
int32_t |
bz2_init(int32_t mode, int32_t compressionLevel, int32_t compressionWorkFactor, void** handle) |
const char* |
bz2_retval_str(int32_t retVal) |
void |
bz2_set_input(void* inChunk, uint32_t inAvail, void* handle) |
ConnectOptions |
operator&(ConnectOptions left, ConnectOptions right) inline |
OpenMode |
operator&(OpenMode left, OpenMode right) inline |
ConnectOptions |
operator|(ConnectOptions left, ConnectOptions right) inline |
OpenMode |
operator|(OpenMode left, OpenMode right) inline |
int32_t |
zlib_deflate(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, void* handle, int32_t flush) |
void |
zlib_done(int32_t mode, void* handle) |
int32_t |
zlib_inflate(void* outChunk, uint32_t outChunkSize, uint32_t* have, uint32_t* outAvail, uint32_t* inAvail, void* handle) |
int32_t |
zlib_init(int32_t mode, int32_t level, void** handle) |
const char* |
zlib_retval_str(int32_t retVal) |
void |
zlib_set_input(void* inChunk, uint32_t inAvail, void* handle) |