77std::vector<detail::VTable*>
91std::vector<std::pair<const std::type_info*,uinteger>>
103 std::vector<std::pair<const std::type_info*,uinteger>>& output );
114std::vector<std::pair<const std::type_info*,uinteger>>
117 std::vector<std::pair<const std::type_info*,uinteger>> result;
131std::vector<std::pair<const std::type_info*,uinteger>>
const detail::VTable * DbgGetVTable() const
std::vector< alib::String > RemovableNamespaces
See function removeNamespaces. Pre-initialized with "alib::".
ALIB_DLL std::vector< std::pair< const std::type_info *, uinteger > > GetKnownFunctionTypes()
ALIB_DLL std::vector< detail::VTable * > GetKnownVTables()
AString & removeNamespaces(AString &string, integer startIndex)
void typeName(const detail::VTable *vtable, AString &result)
void DbgRegisterVTable(detail::VTable *vtable, detail::VTable::DbgFactoryType productionType)
ALIB_DLL void getFunctionTypes(const detail::FunctionTable &input, std::vector< std::pair< const std::type_info *, uinteger > > &output)
std::vector< std::pair< const std::type_info *, uinteger > > GetSpecificFunctionTypes(const detail::VTable *vtable)
AString TypeName(const detail::VTable *vtable)
strings::TAString< character, lang::HeapAllocator > AString
Type alias in namespace alib.
lang::integer integer
Type alias in namespace alib.
The custom function hash.
FunctionTable Functions
Box-functions attached with BootstrapRegister.