Geogram  Version 1.9.0
A programming library of geometric algorithms
GEO::BinaryInputStream Member List

This is the complete list of members for GEO::BinaryInputStream, including all inherited members.

begin_record()GEO::BinaryInputStream
BinaryInputStream(const std::string &file_name, int stream_endian=GEO_BIG_ENDIAN)GEO::BinaryInputStream
BinaryInputStream(std::istream &input, int stream_endian=GEO_BIG_ENDIAN)GEO::BinaryInputStream
BinaryStream(int stream_endian=GEO_BIG_ENDIAN)GEO::BinaryStreamprotected
detect_machine_endian()GEO::BinaryStreamprotected
end_record()GEO::BinaryInputStream
GEO_BIG_ENDIANGEO::BinaryStreamstatic
GEO_LITTLE_ENDIANGEO::BinaryStreamstatic
has_record_markers() constGEO::BinaryStreaminline
machine_endian() constGEO::BinaryStreaminline
more() constGEO::BinaryInputStream
OK() constGEO::BinaryInputStream
operator>>(T &x)GEO::BinaryInputStreaminline
read(char *data, size_t n, ItemSize< 1 >)GEO::BinaryInputStreaminlineprotected
read(char *data, size_t n, ItemSize< 2 >)GEO::BinaryInputStreamprotected
read(char *data, size_t n, ItemSize< 4 >)GEO::BinaryInputStreamprotected
read(char *data, size_t n, ItemSize< 8 >)GEO::BinaryInputStreamprotected
read_array(T *data, size_t n)GEO::BinaryInputStreaminline
read_opaque_data(void *ptr, size_t n)GEO::BinaryInputStreaminline
read_opaque_data(void *ptr, size_t size, size_t n)GEO::BinaryInputStreaminline
read_record(T *data, size_t n)GEO::BinaryInputStreaminline
seek(std::streamoff pos)GEO::BinaryInputStreaminline
seek(std::streamoff off, std::ios_base::seekdir dir)GEO::BinaryInputStreaminline
set_has_record_markers(bool b)GEO::BinaryStreaminline
set_stream_endian(int stream_endian)GEO::BinaryStream
stream_endian() constGEO::BinaryStreaminline
swapped_GEO::BinaryStreamprotected
tell() constGEO::BinaryInputStreaminline
~BinaryInputStream()GEO::BinaryInputStream