Class SimpleTestStatisticLabel


class SimpleTestStatisticLabel

Function object to help use of SimpleTestStatistic with STL calls


Field Summary
 private std::stringm_label
           

Constructor Summary
SimpleTestStatisticLabel(std::string label)
           
SimpleTestStatisticLabel(SimpleTestStatistic * s)
           

Method Summary
 const booloperator()(const SimpleTestStatistic & s)
           
 const booloperator()(const SimpleTestStatistic * s)
           

Field Detail

m_label

private std::string m_label
Constructor Detail

SimpleTestStatisticLabel

public SimpleTestStatisticLabel(std::string label)

SimpleTestStatisticLabel

public SimpleTestStatisticLabel(SimpleTestStatistic * s)
Method Detail

operator()

public const bool operator()(const SimpleTestStatistic & s)

operator()

public const bool operator()(const SimpleTestStatistic * s)