Bifrost SDK
Bifrost SDK documentation
Amino::RuntimeServices Member List

This is the complete list of members for Amino::RuntimeServices, including all inherited members.

getDisabled()Amino::RuntimeServicesstatic
isLogEnabled(RuntimeMessageCategory cat) constAmino::RuntimeServices
isLogErrorEnabled() constAmino::RuntimeServicesinline
isLogInfoEnabled() constAmino::RuntimeServicesinline
isLogWarningEnabled() constAmino::RuntimeServicesinline
log(RuntimeMessageCategory category, MsgFunc const &msgFunc) constAmino::RuntimeServicesinline
log(RuntimeMessageCategory category, StringView const &message) constAmino::RuntimeServicesinline
LogCallback typedefAmino::RuntimeServices
logError(Msg const &msg) constAmino::RuntimeServicesinline
logError(StringView msg) constAmino::RuntimeServices
logInfo(Msg const &msg) constAmino::RuntimeServicesinline
logWarning(Msg const &msg) constAmino::RuntimeServicesinline
operator=(const RuntimeServices &rhs)=deleteAmino::RuntimeServices
operator=(RuntimeServices &&rhs) noexcept=deleteAmino::RuntimeServices
profilerEventBegin() constAmino::RuntimeServices
profilerEventBegin(const char *eventName) constAmino::RuntimeServices
profilerEventEnd(int startEventID) constAmino::RuntimeServices
RuntimeServices(OStream *os)Amino::RuntimeServicesinlineexplicit
RuntimeServices(OStream *os, RuntimeMessageCategory logLevel)Amino::RuntimeServicesinline
RuntimeServices(LogCallback cb, void *clientData, RuntimeMessageCategory logLevel=RuntimeMessageCategory::kInfo, bool allowConcurrentCalls=false)Amino::RuntimeServices
RuntimeServices(const RuntimeServices &rhs)=deleteAmino::RuntimeServices
RuntimeServices(RuntimeServices &&rhs) noexcept=deleteAmino::RuntimeServices
~RuntimeServices()Amino::RuntimeServices