Zoltan2
|
Go to the source code of this file.
Macros | |
#define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
#define | PRINTMSG(s) std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl |
Functions | |
int | main (int narg, char *arg[]) |
#define MAX | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 58 of file TPLTraits.cpp.
#define PRINTMSG | ( | s | ) | std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl |
Definition at line 83 of file TPLTraits.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 86 of file TPLTraits.cpp.