Home
last modified time | relevance | path

Searched defs:ogzstream (Results 1 – 24 of 24) sorted by relevance

/dports/games/palomino/palomino/src/base/
H A Dstream_zlib.hh97 class ogzstream : public gzstreambase, public std::ostream { class
99 ogzstream() : std::ostream( &buf) {} in ogzstream() function in base::ogzstream
100 ogzstream( const char* name, int mode = std::ios::out) in ogzstream() function in base::ogzstream
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgzstream.hpp118 class ogzstream : public gzstreambase, public std::ostream { class
120 ogzstream() : std::ostream( &buf) {} in ogzstream() function in GZSTREAM_NAMESPACE::ogzstream
121 ogzstream( const char* name, int mode = std::ios::out) in ogzstream() function in GZSTREAM_NAMESPACE::ogzstream
/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A Dgzstream.h254 ogzstream() in ogzstream() function
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgzstream.h104 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/gzstream.000/
H A Dgzstream.h115 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/devel/gzstream/gzstream/
H A Dgzstream.h105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/science/hepmc3/HepMC3-3.2.4/examples/ConvertExample/include/
H A Dgzstream.h105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/games/burrtools/burrtools-0.6.3/src/tools/
H A Dgzstream.h101 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dgzstream.h105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/gzstream/
H A Dgzstream.h105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/math/gismo/gismo-21.12.0/external/gzstream/
H A Dgzstream.h109 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dgzstream.h107 ogzstream() : std::ostream(&buf) {} in ogzstream() function
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A Dgzstream.h111 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dgzstream.h108 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A Dgzstream.h105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/math/libmesh/libmesh-1.6.2/contrib/gzstream/
H A Dgzstream.h122 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A Dgzstream.h114 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A Dgzstream.h114 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Dgzstream.h111 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/devel/open-beagle/beagle-3.0.3/beagle/include/
H A Dgzstream.h110 inline ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/gzstream/
H A Dgzstream.h197 ogzstream() : std::ostream(&buf) { } in ogzstream() function
/dports/devel/ticcutils/ticcutils-0.28/include/ticcutils/
H A Dgzstream.h111 ogzstream() : std::ostream( &buf) {} in ogzstream() function
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dfileops.cc254 ogzstream::ogzstream () : gz_file () in ogzstream() function in ogzstream
258 ogzstream::ogzstream (const string & fname) : gz_file (fname, WRITE) in ogzstream() function in ogzstream
/dports/games/adonthell/adonthell-0.3.8/src/modules/
H A Dadonthell.py189 class ogzstream(gz_file): class