setClientName#

Fully qualified name: carb::detail::setClientName

Defined in carb/Framework.h

inline bool carb::detail::setClientName(
cpp::unbounded_string clientName,
)#

Sets the client name for the calling module.

Note

This should not be called directly. This is called as part of CARB_FRAMEWORK_GLOBALS().

Parameters:

clientName[in] A string literal containing the name of the calling plugin or executable. This string must be guaranteed constant for the lifetime of the module. Must not be empty.

Returns:

true.