makeTableReaders.H File Reference

Macros for creating standard TableReader-s. More...

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

Go to the source code of this file.

Macros

#define makeTableReaders(Type, nullArg)
 

Detailed Description

Macros for creating standard TableReader-s.

Original source file makeTableReaders.H

InClass Foam::TableReader

Definition in file makeTableReaders.H.

Macro Definition Documentation

◆ makeTableReaders

#define makeTableReaders (   Type,
  nullArg 
)
Value:
\
defineTableReader(Type); \
\
namespace TableReaders \
{ \
addTableReader(Embedded, Type); \
addTableReader(Foam, Type); \
addTableReader(Csv, Type); \
}
Namespace for OpenFOAM.

Definition at line 42 of file makeTableReaders.H.