Home
last modified time | relevance | path

Searched refs:AnyStream (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dio.cpp186 void AnyStream::Close() { in Close()
259 void AnyStream::ClearEof() { in ClearEof()
280 std::streamsize AnyStream::Gcount() { in Gcount()
289 bool AnyStream::Good() { in Good()
304 bool AnyStream::EofRaw() { in EofRaw()
314 void AnyStream::SeekEof() { in SeekEof()
328 bool AnyStream::Eof() { in Eof()
435 std::streampos AnyStream::Size() { in Size()
460 std::streampos AnyStream::Tell() { in Tell()
513 anyStream = new AnyStream(); in Open()
[all …]
H A Dio.hpp60 class AnyStream class
69 AnyStream() in AnyStream() function in AnyStream
130 AnyStream* anyStream;