Audacity 3.2.0
Typedefs | Variables
anonymous_namespace{PluginIPCUtils.cpp} Namespace Reference

Typedefs

using HeaderBlock = size_t
 

Variables

constexpr auto HeaderBlockSize = sizeof(HeaderBlock)
 
constexpr auto NodePlugin = "Plugin"
 
constexpr auto NodeError = "Error"
 
constexpr auto AttrErrorMessage = "msg"
 

Typedef Documentation

◆ HeaderBlock

using anonymous_namespace{PluginIPCUtils.cpp}::HeaderBlock = typedef size_t

Definition at line 25 of file PluginIPCUtils.cpp.

Variable Documentation

◆ AttrErrorMessage

constexpr auto anonymous_namespace{PluginIPCUtils.cpp}::AttrErrorMessage = "msg"
constexpr

◆ HeaderBlockSize

constexpr auto anonymous_namespace{PluginIPCUtils.cpp}::HeaderBlockSize = sizeof(HeaderBlock)
constexpr

◆ NodeError

constexpr auto anonymous_namespace{PluginIPCUtils.cpp}::NodeError = "Error"
constexpr

◆ NodePlugin

constexpr auto anonymous_namespace{PluginIPCUtils.cpp}::NodePlugin = "Plugin"
constexpr

Definition at line 28 of file PluginIPCUtils.cpp.

Referenced by detail::PluginValidationResult::WriteXML().