9#ifndef LLDB_SYMBOL_TYPEMAP_H
10#define LLDB_SYMBOL_TYPEMAP_H
46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP>
collection;
52 std::function<
bool(
const lldb::TypeSP &type_sp)>
const &callback)
const;
A uniqued constant string class.
A stream class that can stream formatted output to a file.
TypeIterable Types() const
const TypeMap & operator=(const TypeMap &)=delete
lldb::TypeSP FirstType() const
void Insert(const lldb::TypeSP &type)
bool Remove(const lldb::TypeSP &type_sp)
AdaptedIterable< collection, lldb::TypeSP, map_adapter > TypeIterable
collection::const_iterator const_iterator
TypeMap(const TypeMap &)=delete
bool InsertUnique(const lldb::TypeSP &type)
TypeMap FindTypes(ConstString name)
void ForEach(std::function< bool(const lldb::TypeSP &type_sp)> const &callback) const
void Dump(Stream *s, bool show_context, lldb::DescriptionLevel level=lldb::eDescriptionLevelFull) const
std::multimap< lldb::user_id_t, lldb::TypeSP > collection
collection::iterator iterator
lldb::TypeSP GetTypeAtIndex(uint32_t idx)
A class that represents a running process on the host machine.
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.
std::shared_ptr< lldb_private::Type > TypeSP