Home
last modified time | relevance | path

Searched refs:ogzstream (Results 1 – 25 of 105) sorted by relevance

12345

/dports/games/adonthell/adonthell-0.3.8/src/
H A Dfileops.h227 class ogzstream : public gz_file
234 ogzstream ();
243 ogzstream (const string & fname);
250 ~ogzstream ();
271 friend const bool& operator >> (const bool& n, ogzstream& gfile);
274 friend const char& operator >> (const char& n, ogzstream& gfile);
277 friend const u_int8& operator >> (const u_int8& n, ogzstream& gfile);
280 friend const s_int8& operator >> (const s_int8& n, ogzstream& gfile);
295 friend string& operator >> (const string& s, ogzstream& gfile);
298 friend const float& operator >> (const float& s, ogzstream& gfile);
[all …]
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
262 ogzstream::~ogzstream () in ~ogzstream()
266 bool ogzstream::open (const string & fname) in open()
271 void ogzstream::put_block (void * to, u_int32 size) in put_block()
277 const bool& operator >> (const bool& n, ogzstream& gfile) in operator >>()
285 const char& operator >> (const char& n, ogzstream& gfile) in operator >>()
292 const u_int8& operator >> (const u_int8& n, ogzstream& gfile) in operator >>()
338 string& operator >> (const string& s, ogzstream& gfile) in operator >>()
350 const float& operator >> (const float& f, ogzstream& gfile) in operator >>()
[all …]
/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
127 ogzstream& seekp(std::streampos);
128 ogzstream& seekp(std::streamoff, std::ios_base::seekdir);
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/gzstream.000/
H A Dgzstream.h113 class GEOGRAM_API ogzstream : public gzstreambase, public std::ostream {
115 ogzstream() : std::ostream( &buf) {} in ogzstream() function
116 ogzstream( const char* name, int mode = std::ios::out)
118 virtual ~ogzstream(); // [BL] fixing weak vtable problem
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A Dgzstream.h109 class ogzstream : public gzstreambase, public std::ostream {
111 ogzstream() : std::ostream( &buf) {} in ogzstream() function
112 ogzstream( const char* name, int mode = std::ios::out)
114 ogzstream( std::string name, int mode = std::ios::out)
H A DCCvcDb.hh154 ogzstream errorFile;
157 ogzstream debugFile;
230 …void FindVbgError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
231 …void FindVbsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
232 …void FindVdsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
233 …void FindVgsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
234 …void FindModelError(ogzstream & theErrorFile, CModelCheck &theCheck, CFullConnection & theConnecti…
236 …void PrintModelError(ogzstream & theErrorFile, CFullConnection & theConnections, CModelCheck & the…
419 …SimConnections(instanceId_t theParentId, CFullConnection& theConnections, ogzstream& theErrorFile);
421 …nalConnections(terminal_t theTerminal, CFullConnection& theConnections, ogzstream& theErrorFile, b…
[all …]
/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/games/keeperrl/keeperrl-alpha23/
H A Dgzstream.h102 class ogzstream : public gzstreambase, public std::ostream {
104 ogzstream() : std::ostream( &buf) {} in ogzstream() function
105 ogzstream( const char* name, int mode = std::ios::out)
/dports/devel/gzstream/gzstream/
H A Dgzstream.h103 class ogzstream : public gzstreambase, public std::ostream {
105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
106 ogzstream( const char* name, int mode = std::ios::out)
H A Dtest_gzip.C39 ogzstream out2; in main()
51 ogzstream out( argv[2]); in main()
/dports/science/hepmc3/HepMC3-3.2.4/examples/ConvertExample/include/
H A Dgzstream.h103 class ogzstream : public gzstreambase, public std::ostream {
105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
106 ogzstream( const char* name, int mode = std::ios::out)
/dports/games/burrtools/burrtools-0.6.3/src/tools/
H A Dgzstream.h99 class ogzstream : public gzstreambase, public std::ostream {
101 ogzstream() : std::ostream( &buf) {} in ogzstream() function
102 ogzstream( const char* name, int mode = std::ios::out)
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/gzstream/
H A Dgzstream.h103 class ogzstream : public gzstreambase, public std::ostream {
105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
106 ogzstream( const char* name, int mode = std::ios::out)
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dgzstream.h105 class ogzstream : public gzstreambase, public std::ostream {
107 ogzstream() : std::ostream(&buf) {} in ogzstream() function
108 ogzstream(const char *name, int mode = std::ios::out)
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A Dgzstream.h103 class ogzstream : public gzstreambase, public std::ostream {
105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
106 ogzstream( const char* name, int compression_level, int mode = std::ios::out)
/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A Dgzstream.h244 class ogzstream
254 ogzstream() in ogzstream() function
259 ogzstream(const char* _name,
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dgzstream.h103 class DLL_HEADER ogzstream : public gzstreambase, public std::ostream {
105 ogzstream() : std::ostream( &buf) {} in ogzstream() function
106 ogzstream( const char* name, int mode = std::ios::out)
/dports/math/libmesh/libmesh-1.6.2/contrib/gzstream/
H A Dgzstream.h120 class ogzstream : public gzstreambase, public std::ostream {
122 ogzstream() : std::ostream( &buf) {} in ogzstream() function
123 ogzstream( const char* name, int mode = std::ios::out)
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dgzstream.h106 class ogzstream : public gzstreambase, public std::ostream {
108 ogzstream() : std::ostream( &buf) {} in ogzstream() function
109 ogzstream( const char* name, int mode = std::ios::out)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A Dgzstream.h112 class ogzstream : public gzstreambase, public std::ostream {
114 ogzstream() : std::ostream( &buf) {} in ogzstream() function
115 ogzstream( const char* name, int mode = std::ios::out)
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A Dgzstream.h112 class ogzstream : public gzstreambase, public std::ostream {
114 ogzstream() : std::ostream( &buf) {} in ogzstream() function
115 ogzstream( const char* name, int mode = std::ios::out)
/dports/math/gismo/gismo-21.12.0/external/gzstream/
H A Dgzstream.h107 class ogzstream : public gzstreambase, public std::ostream {
109 ogzstream() : std::ostream( &buf) {} in ogzstream() function
110 ogzstream( const char* name, int mode = std::ios::out)
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Dgzstream.h109 class ogzstream : public gzstreambase, public std::ostream {
111 ogzstream() : std::ostream( &buf) {} in ogzstream() function
112 ogzstream( const char* name, int mode = std::ios::out)
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/gzstream/
H A Dgzstream.h195 class ogzstream : public gzstreambase, public std::ostream {
197 ogzstream() : std::ostream(&buf) { } in ogzstream() function
199 ogzstream(const char *name, int mode = std::ios::out)
/dports/devel/open-beagle/beagle-3.0.3/beagle/include/
H A Dgzstream.h108 class ogzstream : public std::ostream, public gzstreambase {
110 inline ogzstream() : std::ostream( &buf) {} in ogzstream() function
111 inline ogzstream( const char* name, int mode = std::ios::out)

12345