eckit::IfstreamStream class

Base classes

class Stream

Public static functions

static void dump(std::ostream&, const char*, size_t)

Constructors, destructors, conversion operators

IfstreamStream(std::ifstream& f)
~IfstreamStream()

Public functions

auto operator<<(char) -> Stream&
auto operator<<(unsigned char) -> Stream&
auto operator<<(bool) -> Stream&
auto operator<<(int) -> Stream&
auto operator<<(unsigned int) -> Stream&
auto operator<<(short) -> Stream&
auto operator<<(unsigned short) -> Stream&
auto operator<<(long) -> Stream&
auto operator<<(unsigned long) -> Stream&
auto operator<<(long long) -> Stream&
auto operator<<(unsigned long long) -> Stream&
auto operator<<(float) -> Stream&
auto operator<<(double) -> Stream&
auto operator<<(const std::string&) -> Stream&
auto operator<<(const char*) -> Stream&
auto operator<<(const std::exception&) -> Stream&
auto operator<<(const Buffer&) -> Stream&
auto operator>>(char&) -> Stream&
auto operator>>(unsigned char&) -> Stream&
auto operator>>(int&) -> Stream&
auto operator>>(unsigned int&) -> Stream&
auto operator>>(bool&) -> Stream&
auto operator>>(long&) -> Stream&
auto operator>>(unsigned long&) -> Stream&
auto operator>>(long long&) -> Stream&
auto operator>>(unsigned long long&) -> Stream&
auto operator>>(short&) -> Stream&
auto operator>>(unsigned short&) -> Stream&
auto operator>>(float&) -> Stream&
auto operator>>(double&) -> Stream&
auto operator>>(std::string&) -> Stream&
auto operator>>(Buffer&) -> Stream&
auto operator>>(std::map<std::string, std::string>&) -> Stream&
auto next(std::string&) -> bool
auto next(bool&) -> bool
auto next(int&) -> bool
auto next() -> bool
auto endObjectFound() -> bool
void skipEndObject()
void startObject()
void endObject()
void writeBlob(const void*, size_t)
void readBlob(void*, size_t)
void writeLargeBlob(const void*, size_t)
void readLargeBlob(void*, size_t)
void rewind() virtual
void closeOutput() virtual
void closeInput() virtual
auto bytesWritten() -> long long
void resetBytesWritten()
void startRecord(unsigned long)
void endRecord()
auto nextRecord(unsigned long&, bool sync = false) -> bool
void lock()
void unlock()

Private functions

auto write(const void* buf, long len) -> long virtual
auto read(void* buf, long len) -> long virtual
auto name() const -> std::string virtual

Function documentation

static void eckit::IfstreamStream::dump(std::ostream&, const char*, size_t)

Stream& eckit::IfstreamStream::operator<<(char)

Stream& eckit::IfstreamStream::operator<<(unsigned char)

Stream& eckit::IfstreamStream::operator<<(bool)

Stream& eckit::IfstreamStream::operator<<(int)

Stream& eckit::IfstreamStream::operator<<(unsigned int)

Stream& eckit::IfstreamStream::operator<<(short)

Stream& eckit::IfstreamStream::operator<<(unsigned short)

Stream& eckit::IfstreamStream::operator<<(long)

Stream& eckit::IfstreamStream::operator<<(unsigned long)

Stream& eckit::IfstreamStream::operator<<(long long)

Stream& eckit::IfstreamStream::operator<<(unsigned long long)

Stream& eckit::IfstreamStream::operator<<(float)

Stream& eckit::IfstreamStream::operator<<(double)

Stream& eckit::IfstreamStream::operator<<(const std::string&)

Stream& eckit::IfstreamStream::operator<<(const char*)

Stream& eckit::IfstreamStream::operator<<(const std::exception&)

Stream& eckit::IfstreamStream::operator<<(const Buffer&)

Stream& eckit::IfstreamStream::operator>>(char&)

Stream& eckit::IfstreamStream::operator>>(unsigned char&)

Stream& eckit::IfstreamStream::operator>>(int&)

Stream& eckit::IfstreamStream::operator>>(unsigned int&)

Stream& eckit::IfstreamStream::operator>>(bool&)

Stream& eckit::IfstreamStream::operator>>(long&)

Stream& eckit::IfstreamStream::operator>>(unsigned long&)

Stream& eckit::IfstreamStream::operator>>(long long&)

Stream& eckit::IfstreamStream::operator>>(unsigned long long&)

Stream& eckit::IfstreamStream::operator>>(short&)

Stream& eckit::IfstreamStream::operator>>(unsigned short&)

Stream& eckit::IfstreamStream::operator>>(float&)

Stream& eckit::IfstreamStream::operator>>(double&)

Stream& eckit::IfstreamStream::operator>>(std::string&)

Stream& eckit::IfstreamStream::operator>>(Buffer&)

bool eckit::IfstreamStream::next(std::string&)

bool eckit::IfstreamStream::next(bool&)

bool eckit::IfstreamStream::next(int&)

bool eckit::IfstreamStream::next()

bool eckit::IfstreamStream::endObjectFound()

void eckit::IfstreamStream::skipEndObject()

void eckit::IfstreamStream::startObject()

void eckit::IfstreamStream::endObject()

void eckit::IfstreamStream::writeBlob(const void*, size_t)

void eckit::IfstreamStream::readBlob(void*, size_t)

void eckit::IfstreamStream::writeLargeBlob(const void*, size_t)

void eckit::IfstreamStream::readLargeBlob(void*, size_t)

void eckit::IfstreamStream::rewind() virtual

void eckit::IfstreamStream::closeOutput() virtual

void eckit::IfstreamStream::closeInput() virtual

long long eckit::IfstreamStream::bytesWritten()

void eckit::IfstreamStream::resetBytesWritten()

void eckit::IfstreamStream::startRecord(unsigned long)

void eckit::IfstreamStream::endRecord()

bool eckit::IfstreamStream::nextRecord(unsigned long&, bool sync = false)

void eckit::IfstreamStream::lock()

void eckit::IfstreamStream::unlock()