b_endian enum value (defined in itpp::bfstream_base) | itpp::bfstream_base | |
bad() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
bfstream(const std::string &name, endian e=b_endian) | itpp::bfstream | |
bfstream() | itpp::bfstream | |
bfstream_base(endian e=b_endian) | itpp::bfstream_base | |
clear(std::ios_base::iostate state=std::ios_base::goodbit) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
close() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
endian enum name | itpp::bfstream_base | |
eof() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
exceptions() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
exceptions(std::ios_base::iostate except) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
fail() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
flush() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
Fstream_Binfile_Facade() | itpp::binfile_details::Fstream_Binfile_Facade | |
Fstream_Binfile_Facade(const char *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out|std::ios_base::binary) | itpp::binfile_details::Fstream_Binfile_Facade | explicit |
gcount() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
get() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
get(char &c) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
get(char *s, std::streamsize n) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
get(char *s, std::streamsize n, char delim) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
get_endianity() const | itpp::bfstream_base | inline |
get_native_endianity() const | itpp::bfstream_base | inline |
getline(char *s, std::streamsize n) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
getline(char *s, std::streamsize n, char delim) (defined in itpp::binfile_details::Fstream_Binfile_Facade) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
good() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
ignore(std::streamsize n=1, int delim=EOF) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
is_open() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
l_endian enum value (defined in itpp::bfstream_base) | itpp::bfstream_base | |
length() | itpp::bfstream | |
native_endianity | itpp::bfstream_base | protected |
open(const std::string &name, bool trunc=false, endian e=b_endian) | itpp::bfstream | |
itpp::binfile_details::Fstream_Binfile_Facade::open(const char *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out|std::ios_base::binary) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
open_readonly(const std::string &name, endian e=b_endian) | itpp::bfstream | |
operator bool() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
operator!() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
operator<<(char a) | itpp::bfstream | |
operator<<(int8_t a) | itpp::bfstream | |
operator<<(uint8_t a) | itpp::bfstream | |
operator<<(int16_t a) | itpp::bfstream | |
operator<<(uint16_t a) | itpp::bfstream | |
operator<<(int32_t a) | itpp::bfstream | |
operator<<(uint32_t a) | itpp::bfstream | |
operator<<(int64_t a) | itpp::bfstream | |
operator<<(uint64_t a) | itpp::bfstream | |
operator<<(float a) | itpp::bfstream | |
operator<<(double a) | itpp::bfstream | |
operator<<(bin a) | itpp::bfstream | |
operator<<(const char *a) | itpp::bfstream | |
operator<<(const std::string &a) | itpp::bfstream | |
operator>>(char &a) | itpp::bfstream | |
operator>>(int8_t &a) | itpp::bfstream | |
operator>>(uint8_t &a) | itpp::bfstream | |
operator>>(int16_t &a) | itpp::bfstream | |
operator>>(uint16_t &a) | itpp::bfstream | |
operator>>(int32_t &a) | itpp::bfstream | |
operator>>(uint32_t &a) | itpp::bfstream | |
operator>>(int64_t &a) | itpp::bfstream | |
operator>>(uint64_t &a) | itpp::bfstream | |
operator>>(float &a) | itpp::bfstream | |
operator>>(double &a) | itpp::bfstream | |
operator>>(bin &a) | itpp::bfstream | |
operator>>(char *a) | itpp::bfstream | |
operator>>(std::string &a) | itpp::bfstream | |
peek() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
put(const char c) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
putback(char c) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
rdstate() const | itpp::binfile_details::Fstream_Binfile_Facade | inline |
read(char *s, std::streamsize n) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
readsome(char *s, std::streamsize n) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
seekg(std::streampos pos) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
seekg(std::streamoff pos, std::ios_base::seekdir way) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
seekp(std::streampos pos) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
seekp(std::streamoff pos, std::ios_base::seekdir way) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
set_endianity(endian e) | itpp::bfstream_base | inline |
set_native_endianity() | itpp::bfstream_base | inline |
setstate(std::ios_base::iostate state) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
stream() | itpp::binfile_details::Fstream_Binfile_Facade | inlineprotected |
switch_endianity | itpp::bfstream_base | protected |
tellg() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
tellp() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
unget() | itpp::binfile_details::Fstream_Binfile_Facade | inline |
write(const char *c, std::streamsize n) | itpp::binfile_details::Fstream_Binfile_Facade | inline |
~bfstream() | itpp::bfstream | inline |
~Fstream_Binfile_Facade() | itpp::binfile_details::Fstream_Binfile_Facade | virtual |