Go to the source code of this file.
|
using | SetInfo = std::pair<const char *, uint32_t> |
|
template<typename ElementType> |
static void | DumpList (Stream &strm, const char *title, const std::vector< ElementType > &list, std::function< void(Stream &, ElementType)> emitter) |
◆ SetInfo
using SetInfo = std::pair<const char *, uint32_t> |
◆ DumpList()
template<typename ElementType>
void DumpList |
( |
Stream & | strm, |
|
|
const char * | title, |
|
|
const std::vector< ElementType > & | list, |
|
|
std::function< void(Stream &, ElementType)> | emitter ) |
|
static |