ARB
Functions
test_helpers.h File Reference
#include <arb_strbuf.h>
Include dependency graph for test_helpers.h:

Go to the source code of this file.

Functions

template<typename FUN >
void streamIntFunResults (GBS_strstruct &out, FUN fun, int start, int end, int width)
 
template<typename FUN >
void streamIntFunResultsInBrackets (GBS_strstruct &out, FUN fun, int start, int end, int width)
 
template<typename FUN >
charcollectIntFunResults (FUN fun, int start, int end, int width, int try_underflow, int try_overflow)
 

Function Documentation

template<typename FUN >
void streamIntFunResults ( GBS_strstruct out,
FUN  fun,
int  start,
int  end,
int  width 
)
inline

Definition at line 20 of file test_helpers.h.

References GBS_strstruct::nprintf().

Referenced by collectIntFunResults().

template<typename FUN >
void streamIntFunResultsInBrackets ( GBS_strstruct out,
FUN  fun,
int  start,
int  end,
int  width 
)
inline

Definition at line 27 of file test_helpers.h.

References buffer, and GBS_strstruct::nprintf().

Referenced by collectIntFunResults().

template<typename FUN >
char* collectIntFunResults ( FUN  fun,
int  start,
int  end,
int  width,
int  try_underflow,
int  try_overflow 
)
inline