detail#
Fully qualified name: carb::detail
-
namespace detail#
Internal.
Internal definition detail.
Classes#
- RStringTraits
The base class for all registered string classes: RString , RStringU , RStringKey , and RStringUKey .
Functions#
- auto getCarbErrorApiFunc() -> carb::ErrorApi const *(*)(carb::Version *)
Loads the function which loads the
ErrorApi
.- void loadPluginsFromConfig(settings::ISettings *settings, const PluginLoadingDesc &pluginLoadingDesc)
Loads plugins based on settings specified in the given
settings
object.- bool setClientName(const char *clientName)
Sets the client name for the calling module.
- void setDefaultPluginsFromConfig(settings::ISettings *settings)
Sets carb::Framework 's "default" plugins from the given
settings
/defaultPlugins
key.