LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "DumpUtils.h"
Public Types | |
using | Array_t = T * |
using | This_t = ArrayDumper< Array_t > |
Public Member Functions | |
ArrayDumper (Array_t a, size_t n) | |
template<typename Stream > | |
void | operator() (Stream &&out) const |
Inserts the content of the referenced array into the specified stream. More... | |
operator std::string () const | |
Converts the content of the stored vector into a string. More... | |
Public Attributes | |
Array_t | a |
A reference to the array to be printed. More... | |
size_t | n |
Number of elements to be printed. More... | |
Definition at line 102 of file DumpUtils.h.
using lar::dump::ArrayDumper< T * >::Array_t = T* |
Definition at line 103 of file DumpUtils.h.
using lar::dump::ArrayDumper< T * >::This_t = ArrayDumper<Array_t> |
Definition at line 104 of file DumpUtils.h.
|
inline |
Definition at line 109 of file DumpUtils.h.
|
inlineexplicit |
Converts the content of the stored vector into a string.
Definition at line 119 of file DumpUtils.h.
|
inline |
Inserts the content of the referenced array into the specified stream.
Definition at line 113 of file DumpUtils.h.
References lar::dump::details::dumpArray().
Array_t lar::dump::ArrayDumper< T * >::a |
A reference to the array to be printed.
Definition at line 106 of file DumpUtils.h.
size_t lar::dump::ArrayDumper< T * >::n |
Number of elements to be printed.
Definition at line 107 of file DumpUtils.h.