LLDB mainline
|
#include <TypeCategory.h>
Public Member Functions | |
template<typename Callable > | |
ForEachCallback (Callable c) | |
Public Attributes | |
std::function< bool(const TypeMatcher &, const std::shared_ptr< T > &)> | callback |
Definition at line 183 of file TypeCategory.h.
|
inline |
Definition at line 187 of file TypeCategory.h.
std::function<bool(const TypeMatcher &, const std::shared_ptr<T> &)> lldb_private::TypeCategoryImpl::ForEachCallback< T >::callback |
Definition at line 189 of file TypeCategory.h.
Referenced by lldb_private::TypeCategoryImpl::ForEach().