libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv Namespace Reference

Namespaces

namespace  private_
 

Classes

struct  wrapper
 

Functions

void setup (char const *const stats_name) noexcept(false)
 
void teardown () noexcept(true)
 

Function Documentation

◆ setup()

void jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv::setup ( char const *const  stats_name)
inlinenoexcept

This can be used in this manner:

boost::unit_test::fixture(boost::bind(&stats_to_csv::setup, "count_setbits.csv"), &stats_to_csv::teardown)

or:

boost::unit_test::fixture<libjmmcg::stats_to_csv::wrapper>(std::string("count_setbits.csv"))

or:

make_fixture("count_setbits.csv")
See also
handle, teardown(), make_fixture(), BOOST_AUTO_TEST_SUITE

Definition at line 94 of file stats_output.hpp.

Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv::wrapper::wrapper().

◆ teardown()

void jmmcg::LIBJMMCG_VER_NAMESPACE::stats_to_csv::teardown ( )
inlinenoexcept