#include <signalflow.h>
Public Member Functions | |
print (std::ostream &out, const char *sep) | |
void | operator() (const T &x) |
Public Attributes | |
std::ostream & | os |
const char * | infix |
bool | need |
similar to ostream_iterator except it does not print last delimiter.
UTAP::print< T >::print | ( | std::ostream & | out, | |
const char * | sep | |||
) | [inline] |
void UTAP::print< T >::operator() | ( | const T & | x | ) | [inline] |
const char* UTAP::print< T >::infix |
bool UTAP::print< T >::need |
std::ostream& UTAP::print< T >::os |