52 #define BEGIN_CHECK if( InputTraits<
53 #define END_CHECK >::name() == "unused string" ) \
54 { std::cout << "Unused - Just make sure it compiles." << std::endl; }
56 int main(
int argc,
char *argv[])
91 typedef signed int user_int_t;
92 typedef unsigned int user_unsigned_int_t;
93 typedef float user_float_t;
94 typedef double user_double_t;
95 typedef int32_t user_int32_t;
96 typedef uint32_t user_uint32_t;
97 typedef int64_t user_int64_t;
98 typedef uint64_t user_uint64_t;
99 typedef signed long user_long_t;
100 typedef signed long long user_long_long_t;
101 typedef unsigned long user_unsigned_long_t;
102 typedef unsigned long long user_unsigned_long_long_t;
103 typedef size_t user_size_t;
104 typedef ssize_t user_ssize_t;
217 std::cout <<
"Validated InputTraits - The test PASSED "
218 "because it compiled" << std::endl;
int main(int narg, char *arg[])
A simple class that can be the User template argument for an InputAdapter.