This is the complete list of members for System, including all inherited members.
| _ConsoleOutput(const Char *s, const SourceLocation &loc) | System | static |
| Alloc(Int size, const SourceLocation &location) | System | static |
| AllocClear(Int size, const SourceLocation &location) | System | static |
| ConfigurationRegister(const ConfigInit &config) | System | static |
| FindDefinition(EntityBase::TYPE type, const Id &eid) | System | static |
| Free(const void *data) | System | static |
| FreeWithDestructor(T *object, void(*destructor)(T *)) | System | static |
| FreeWithDestructorI(void *object, DestructorPointer destruct) | System | privatestatic |
| GetAllocSize(void *data) | System | static |
| GetApplicationId() | System | static |
| GetBinaries() | System | static |
| GetConfiguration(Int index, ConfigInit &config) | System | static |
| GetConfigurationCount() | System | static |
| GetConsoleOutputType() | System | static |
| GetCriticalLog(Int index, Int *count) | System | static |
| GetCustomTimer() | System | static |
| GetDebugError(const Error *preallocated) | System | static |
| GetDefinitionCount(EntityBase::TYPE type) | System | static |
| GetLastError() | System | static |
| GetPreferencesPathSuffix() | System | static |
| GetReferenceCounter(const void *object) | System | static |
| GetVirtualInterfaceReference(const Id &idWithoutHash) | System | static |
| MAXON_ENUM_FLAGS_CLASS(SPECIALBEHAVIOR) | System | |
| MAXON_ENUM_LIST_CLASS(MEMORYDIAGNOSTICSMODE) | System | |
| MAXON_ENUM_LIST_CLASS(MEMORYOBSERVERMODE) | System | |
| MAXON_INTERFACE_NONVIRTUAL(System, MAXON_REFERENCE_STATIC, "net.maxon.interface.system") | System | private |
| MemoryAddObserver(MEMORYOBSERVERMODE mode, Delegate< void()> &&observer) | System | static |
| MemoryDiagnostics(MEMORYDIAGNOSTICSMODE mode=MEMORYDIAGNOSTICSMODE::VERBOSE, Int *totalAllocation=nullptr, Int *freePhysicalMemoryEstimate=nullptr) | System | static |
| MEMORYDIAGNOSTICSMODE enum name | System | |
| MEMORYOBSERVERMODE enum name | System | |
| PrivateFreeInternedId(const Id *ptr) | System | static |
| PrivateGetInternedId(const Id &value) | System | static |
| PrivateInitExternalDependency(InitMTable initSystemTable, Binary *externalDependency) | System | static |
| PrivateResetExternalDependency(const Block< Tuple< Id, const char *, void * >> &safeShutdownMethods, Binary *externalDependency) | System | static |
| PrivateShowSynchronizedHashMapDiagnostics(Int size, Int capacity, const Char *signature) | System | static |
| Realloc(void *data, Int size, const SourceLocation &location) | System | static |
| ResetDebugErrorObserver(void *observer) | System | static |
| SetApplicationType(const Char *dna) | System | static |
| SetCurrentError(const Error &error) | System | static |
| SetCurrentError(Error &&error) | System | static |
| SetDebugError(const Error *preallocated, const Error &error) | System | static |
| SetDebugErrorObserver(Delegate< void(const ErrorInterface *)> &&observer) | System | static |
| SetMemoryAllocationThreshold(UInt warnMemoryAllocationThreshold) | System | static |
| SPECIALBEHAVIOR enum name | System |