makeFunction2s.H File Reference
Include dependency graph for makeFunction2s.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeFunction2s(Type, nullArg)
 

Detailed Description

Original source file makeFunction2s.H

Definition in file makeFunction2s.H.

Macro Definition Documentation

◆ makeFunction2s

#define makeFunction2s (   Type,
  nullArg 
)
Value:
\
defineFunction2(Type); \
\
namespace Function2s \
{ \
addFunction2(None, Type); \
addStreamConstructableFunction2(Constant, Type); \
addFunction2(ZeroConstant, Type); \
addFunction2(OneConstant, Type); \
addFunction2(Scale, Type); \
addFunction2(Function12, Type); \
addFunction2(Product, Type); \
addFunction2(Radial, Type); \
addFunction2(UniformTable, Type); \
addFunction2(Coded, Type); \
}

Definition at line 47 of file makeFunction2s.H.