detail#
Fully qualified name: carb::detail
- 
namespace detail#
 Internal.
Internal definition detail.
Classes#
- AddStringViewSupport
 A helper class for adding string view support to RString 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
settingsobject.- 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/defaultPluginskey.