plugify  1.0.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nplg
 Ndetail
 Cis_allocator
 Cis_allocator< Allocator, std::void_t< typename Allocator::value_type, decltype(std::declval< Allocator & >().allocate(std::size_t{}))> >
 Cuninitialized_size_tag
 Cstring_hash_base
 Cstring_formatter_base
 Cvariant_tag
 Cemplacer_tag
 Cfind_type_i
 Cfind_type_i< 1 >
 Cfind_type_i< 0 >
 Coverload_frag
 Cmake_overload
 Cmake_overload< std::integer_sequence< std::size_t, Idx... >, Args... >
 Cemplace_no_dtor_from_elem
 Cdummy_type
 Cnode_trait
 Cnode_trait< true >
 Cnode_trait< false >
 Cunion_node
 Cmake_tree
 Cmake_tree< 2, 1, IsFirstPass >
 Cmake_tree< 0, 0, F >
 Cmake_tree< 0, 1, IsFirstPass >
 Cmake_tree< 1, 1, false >
 Cmake_tree< 1, 1, true >
 Cvariant_npos_t
 Cvar_alt_impl
 Cvar_alt_impl< true >
 Cinitialized_value_tag
 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
 CAssemblyRepresents an assembly (module) within a process
 CSectionRepresents a section of the assembly
 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
 CParametersStructure to represent function parameters
 CReturn
 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
 CParametersStructure to represent function parameters
 CReturn
 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
 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 >
 CReturnValueStructure to represent the return value of a function