25 #ifndef WSTREAMPOSTRAITS_H
26 #define WSTREAMPOSTRAITS_H
30 #include "WTraitsBase.h"
32 #ifdef CXXTEST_RUNNING
35 CXXTEST_TEMPLATE_INSTANTIATION
40 class ValueTraits< std::streampos > :
public WTraitsBase
46 explicit ValueTraits(
const std::streampos &pos )
54 #endif // CXXTEST_RUNNING
55 #endif // WSTREAMPOSTRAITS_H
Base class to all custom Value Traits for CxxTest.