StreamSimple.h File Reference

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.

Author
(C) Copyright 2004-2023 Paolo Greppi simevo s.r.l.

Typedef Documentation

◆ StreamSimpleLiquid

typedef StreamSimple<0, 1, 0> StreamSimpleLiquid

◆ StreamSimpleLiquidSolid

◆ StreamSimpleLiquidSolidVapor

◆ StreamSimpleSolid

typedef StreamSimple<0, 0, 1> StreamSimpleSolid

◆ StreamSimpleVapor

typedef StreamSimple<1, 0, 0> StreamSimpleVapor