Contains the interface to the simple stream class. More...
Classes | |
class | StreamBaseSimple |
class | StreamSimple< NV, NL, NS > |
Typedefs | |
typedef StreamSimple< 0, 1, 0 > | StreamSimpleLiquid |
typedef StreamSimple< 0, 0, 1 > | StreamSimpleSolid |
typedef StreamSimple< 1, 0, 0 > | StreamSimpleVapor |
typedef StreamSimple< 0, 1, 1 > | StreamSimpleLiquidSolid |
typedef StreamSimple< 1, 1, 1 > | StreamSimpleLiquidSolidVapor |
Detailed Description
Contains the interface to the simple stream class.
This file is part of LIBPF All rights reserved; do not distribute without permission.
Typedef Documentation
◆ StreamSimpleLiquid
typedef StreamSimple<0, 1, 0> StreamSimpleLiquid |
◆ StreamSimpleLiquidSolid
typedef StreamSimple<0, 1, 1> StreamSimpleLiquidSolid |
◆ StreamSimpleLiquidSolidVapor
typedef StreamSimple<1, 1, 1> StreamSimpleLiquidSolidVapor |
◆ StreamSimpleSolid
typedef StreamSimple<0, 0, 1> StreamSimpleSolid |
◆ StreamSimpleVapor
typedef StreamSimple<1, 0, 0> StreamSimpleVapor |