ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
boxing_debug.inl File Reference

Description:

This header-file is part of module ALib Boxing of the ALib C++ Framework.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file boxing_debug.inl.

Go to the source code of this file.

Namespaces

namespace  alib
namespace  alib::boxing
 DOXYGEN.
namespace  alib::boxing::debug

Functions

void alib::boxing::debug::DbgRegisterVTable (detail::VTable *vtable, detail::VTable::DbgFactoryType productionType)
void alib::boxing::debug::getFunctionTypes (const detail::FunctionTable &input, std::vector< std::pair< const std::type_info *, uinteger > > &output)
std::vector< std::pair< const std::type_info *, uinteger > > alib::boxing::debug::GetKnownFunctionTypes ()
std::vector< detail::VTable * > alib::boxing::debug::GetKnownVTables ()
std::vector< std::pair< const std::type_info *, uinteger > > alib::boxing::debug::GetSpecificFunctionTypes (const Box &box)
std::vector< std::pair< const std::type_info *, uinteger > > alib::boxing::debug::GetSpecificFunctionTypes (const detail::VTable *vtable)
AStringalib::boxing::debug::RemoveNamespaces (AString &string, integer startIndex)
AString alib::boxing::debug::TypeName (const Box &box)
AString alib::boxing::debug::TypeName (const detail::VTable *vtable)
void alib::boxing::debug::typeName (const detail::VTable *vtable, AString &result)