plugify  1.0.0.0
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 Nplg
 Ndetail
 Npmr
 CinvalidRepresents an invalid type
 CnoneRepresents the absence of a value
 CfunctionRepresents a function pointer as a union for flexibility
 Cvec2
 Cvec3
 Cvec4
 Cmat4x4
 Cin_place_type_t
 Cin_place_index_t
 Cvariant
 Cis_variant_impl
 Cis_variant_impl< variant< Ts... > >
 Cis_variant
 Cvariant_size
 Cvariant_alternative
 Cvector_iterator
 Cvector_const_iterator
 Cvector
 Nplugify
 NJitUtilsNamespace containing utility functions of jit related things
 NModuleUtilsNamespace containing utility functions of ModuleState enum
 NPluginUtilsNamespace containing utility functions of PluginState enum
 NSeverityUtilsNamespace containing utility functions of Severity enum
 NValueNameNamespace containing string representations of ValueType enum values
 NValueUtilsNamespace containing utility functions of ValueType enum
 CAssemblyRepresents an assembly (module) within a process
 CConfigRepresents configuration settings for a program
 CDescriptorDescribes the properties of an object. (e.g., module, plugin)
 CJitCallClass encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind argument parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other words, instead of calling a function directly, class provides a mechanism to push the function parameters manually and to issue the call afterwards
 CJitCallbackClass to create callback objects, that can be passed to functions as callback function pointers. In other words, a pointer to the callback object can be "called", directly. A generic callback handler invoked by this object then allows iterating dynamically over the arguments once called back
 CErrorDataHolds information about an error
 CInitResultDataHolds information about the initialization result
 CLoadResultDataHolds information about the load result
 CILanguageModuleInterface for user-implemented language modules
 CLanguageModuleDescriptorRefA reference class for the LanguageModuleDescriptor structure
 CILoggerInterface for logging messages with different severity levels
 CMemAccessorA class providing various memory access routines
 CMemAddrA wrapper class for memory addresses, providing utility functions for pointer manipulation
 CMemProtectorA class to manage memory protection settings
 CEnumValueRefA reference class for an EnumValue structure
 CEnumRefA reference class for the Enum structure
 CPropertyRefA reference class for the Property structure
 CMethodRefA reference class for the Method structure
 CModuleRefReference wrapper to access language module's information
 CPackageVersionRepresents a version of a software package
 CPackageRepresents a generic software package
 CRemotePackageRepresents a remotely available software package
 CLocalPackageRepresents a locally installed software package
 CIPackageManagerInterface for the package manager provided to the user, implemented in the core
 CIPlugifyInterface for the Plugify system
 CIPlugifyProviderInterface class for the PlugifyProvider, which is provided to the user and implemented in the core. The PlugifyProvider is responsible for managing and providing essential functionality to the Plugify system
 CPluginRefReference wrapper to access for plugin's information
 CPluginDescriptorRefA reference class for the PluginDescriptor structure
 CIPluginManagerInterface for the plugin manager provided to the user, implemented in the core
 CPluginReferenceDescriptorRefA reference class for the PluginReferenceDescriptor structure
 CRefA lightweight reference wrapper for objects of type T
 CVersionRepresents a version number with major, minor, patch, and tweak components
 Nstd
 Nfilesystem
 Chash< plg::basic_string< char, std::char_traits< char >, Allocator > >
 Chash< plg::basic_string< char8_t, std::char_traits< char8_t >, Allocator > >
 Chash< plg::basic_string< char16_t, std::char_traits< char16_t >, Allocator > >
 Chash< plg::basic_string< char32_t, std::char_traits< char32_t >, Allocator > >
 Chash< plg::basic_string< wchar_t, std::char_traits< wchar_t >, Allocator > >
 Cformatter< plg::basic_string< char, std::char_traits< char >, Allocator > >
 Cformatter< plg::basic_string< char8_t, std::char_traits< char8_t >, Allocator > >
 Cformatter< plg::basic_string< char16_t, std::char_traits< char16_t >, Allocator > >
 Cformatter< plg::basic_string< char32_t, std::char_traits< char32_t >, Allocator > >
 Cformatter< plg::basic_string< wchar_t, std::char_traits< wchar_t >, Allocator > >
 Chash< plg::monostate >