78std::vector<detail::VTable*>
92std::vector<std::pair<const std::type_info*,uinteger>>
104 std::vector<std::pair<const std::type_info*,uinteger>>& output );
117std::vector<std::pair<const std::type_info*,uinteger>>
120 std::vector<std::pair<const std::type_info*,uinteger>> result;
134std::vector<std::pair<const std::type_info*,uinteger>>
const detail::VTable * DbgGetVTable() const
std::vector< std::pair< const std::type_info *, uinteger > > GetKnownFunctionTypes()
std::vector< alib::String > RemovableNamespaces
See function RemoveNamespaces. Pre-initialized with "alib::".
std::vector< detail::VTable * > GetKnownVTables()
void DbgRegisterVTable(detail::VTable *vtable, detail::VTable::DbgFactoryType productionType)
AString & RemoveNamespaces(AString &string, integer startIndex)
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)
void typeName(const detail::VTable *vtable, AString &result)
lang::integer integer
Type alias in namespace alib.
strings::TAString< character, lang::HeapAllocator > AString
Type alias in namespace alib.
The custom function hash.
FunctionTable Functions
Box-functions attached with #"BootstrapRegister".