namespace::api
- api::Api
- api::ApiInfo
- api::Demangler
- api::Error
- api::ErrorScope
- api::ExecutionContext
- api::Index
- api::IndexIterator
- api::PrivateExecutionContext
- api::ProgressCallback
- api::Range
- api::RangeIterator
- api::ThreadExecutionContext
Type Definitions
ErrorContext#
using api::ErrorContext = typedef ErrorScope Type: ErrorScope
ErrorGuard#
using api::ErrorGuard = typedef ErrorScope Type: ErrorScope
Functions
api_assert(bool value, const char *function, int line)#
void api::api_assert (bool value, const char *function, int line)Type: void
Parameters:
boolvalueconst char *functionintline
catch_segmentation_fault()#
void api::catch_segmentation_fault ()Type: void
kernel_request_api(u32 request)#
const void * api::kernel_request_api (u32 request)Type: const void *
Parameters:
u32request