7 #ifndef __PHOENIX_CHECK_H__
8 #define __PHOENIX_CHECK_H__
15 bool phoenix_check(
const std::string & testName,
const T & val,
const T & reference);
17 bool phoenix_check(
const std::string & testName,
const std::string & val,
const std::string & reference);
19 bool phoenix_check(
const std::string & testName,
const std::vector<std::string> & listVal,
const std::vector<std::string> & listRef);
20 bool phoenix_check(
const std::string & testName,
const std::list<std::string> & listVal,
const std::list<std::string> & listRef);
bool phoenix_check(const std::string &testName, const T &val, const T &reference)
Check two value.