#include <stdlib.h>#include <iostream>#include "comma_list.h"
Defines | |
| #define | check(clist, val, result) |
Functions | |
| int | main () |
| #define check | ( | clist, | |||
| val, | |||||
| result | ) |
if (clist.match(val) != result) { \ cerr << "\"" << #val << "\" matched with " #clist \ << " did not return " #result << endl; \ exit(EXIT_FAILURE); \ }
Referenced by main().
| int main | ( | void | ) |
References check, and comma_list< T >::set().
1.6.1