MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / IFstreamAllocator

Class IFstreamAllocator

src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H:57–75  ·  view source on GitHub ↗

- A std::istream with ability to handle compressed files

Source from the content-addressed store, hash-verified

55
56//- A std::istream with ability to handle compressed files
57class IFstreamAllocator
58{
59 friend class IFstream;
60
61 // Private data
62
63 istream* ifPtr_;
64 IOstream::compressionType compression_;
65
66
67 // Constructors
68
69 //- Construct from pathname
70 IFstreamAllocator(const fileName& pathname);
71
72
73 //- Destructor
74 ~IFstreamAllocator();
75};
76
77
78/*---------------------------------------------------------------------------*\

Callers 1

IFstream.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected