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

Description:

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

Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.

Definition in file boxing_debug.hpp.

This graph shows which files directly or indirectly include this file:

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)