My Project
Loading...
Searching...
No Matches
Root.cpp
Go to the documentation of this file.
1#ifndef __cxxtest__Root_cpp__
2#define __cxxtest__Root_cpp__
3
4//
5// This file holds the "root" of CxxTest, i.e.
6// the parts that must be in a source file file.
7//
8
14#include <cxxtest/TestSuite.cpp>
17
18
19template char* CxxTest::numberToString<double>(double, char*, double, unsigned int, unsigned int);
20template char* CxxTest::numberToString<unsigned int>(unsigned int, char*, unsigned int, unsigned int, unsigned int);
21template char* CxxTest::numberToString<unsigned long>(unsigned long, char*, unsigned long, unsigned int, unsigned int);
22template std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*);
23template void CxxTest::doAssertDelta<float, float, float>(char const*, unsigned int, char const*, float, char const*, float, char const*, float, char const*);
24template bool CxxTest::delta<float, float, float>(float, float, float);
25
26
27#endif // __cxxtest__Root_cpp__