AFF --- A container for numbers (array) by Friederich and Forbriger.
dump_macros.h
Go to the documentation of this file.
1
50
// include guard
51
#ifndef AFF_DUMP_MACROS_H_VERSION
52
53
#define AFF_DUMP_MACROS_H_VERSION \
54
"AFF_DUMP_MACROS_H V1.2"
55
56
#include<iostream>
57
62
#define DUMP( A ) std::cout << "object \"" << #A << "\":" << std::endl; \
63
aff::dump(A)
64
70
#define LOCATION std::cout << "*** We are in \"" \
71
<< __FILE__ << "\" at line #" << __LINE__ << " ***" << std::endl;
72
82
#define CODE( C ) std::cout << #C << ";" << std::endl; C
83
84
#endif // AFF_DUMP_MACROS_H_VERSION (includeguard)
85
86
/* ----- END OF dump_macros.h ----- */
lib
dump_macros.h
Generated on Mon Aug 21 2023 17:36:08 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14