ALib C++ Library
Library Version: 2510 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++ Library.

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

Definition in file boxing_debug.inl.

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)
 
ALIB_DLL void alib::boxing::debug::getFunctionTypes (const detail::FunctionTable &input, std::vector< std::pair< const std::type_info *, uinteger > > &output)
 
ALIB_DLL std::vector< std::pair< const std::type_info *, uinteger > > alib::boxing::debug::GetKnownFunctionTypes ()
 
ALIB_DLL 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)