Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
iface
test
test_cppmacros.cxx
Go to the documentation of this file.
1
#include <iostream>
2
3
#define FOO(TypeName,varname) \
4
namespace FooBar { \
5
void the##TypeName##func(TypeName var##varname) { std::cout << var##varname << std::endl; }}
6
7
FOO
(
int
, INT)
8
9
int
main
()
10
{
11
FooBar::theintfunc(42);
12
}
main
int main()
Definition:
test_cppmacros.cxx:9
keras_to_tensorflow.int
int
Definition:
keras_to_tensorflow.py:69
FOO
#define FOO(TypeName, varname)
Definition:
test_cppmacros.cxx:3
Generated by
1.8.11