#include <opennurbs_archive.h>
Public Member Functions | |
bool | AtEnd () const |
ON_Buffer * | Buffer () const |
size_t | CurrentPosition () const |
ON_BinaryArchiveBuffer (ON::archive_mode, ON_Buffer *buffer) | |
bool | SeekFromCurrentPosition (int) |
bool | SeekFromEnd (ON__INT64) |
bool | SeekFromStart (size_t) |
bool | SetBuffer (ON_Buffer *buffer) |
virtual | ~ON_BinaryArchiveBuffer () |
Protected Member Functions | |
bool | Flush () |
size_t | Read (size_t, void *) |
size_t | Write (size_t, const void *) |
Private Member Functions | |
ON_BinaryArchiveBuffer (ON::archive_mode) | |
ON_BinaryArchiveBuffer () | |
ON_BinaryArchiveBuffer (const ON_BinaryArchiveBuffer &) | |
ON_BinaryArchiveBuffer & | operator= (const ON_BinaryArchiveBuffer &) |
Private Attributes | |
ON_Buffer * | m_buffer |
Definition at line 2819 of file opennurbs_archive.h.
ON_BinaryArchiveBuffer::ON_BinaryArchiveBuffer | ( | ON::archive_mode | mode, |
ON_Buffer * | buffer | ||
) |
Definition at line 15034 of file opennurbs_archive.cpp.
ON_BinaryArchiveBuffer::~ON_BinaryArchiveBuffer | ( | ) | [virtual] |
Definition at line 15040 of file opennurbs_archive.cpp.
ON_BinaryArchiveBuffer::ON_BinaryArchiveBuffer | ( | ON::archive_mode | ) | [private] |
ON_BinaryArchiveBuffer::ON_BinaryArchiveBuffer | ( | ) | [private] |
ON_BinaryArchiveBuffer::ON_BinaryArchiveBuffer | ( | const ON_BinaryArchiveBuffer & | ) | [private] |
bool ON_BinaryArchiveBuffer::AtEnd | ( | ) | const [virtual] |
Implements ON_BinaryArchive.
Definition at line 15085 of file opennurbs_archive.cpp.
ON_Buffer * ON_BinaryArchiveBuffer::Buffer | ( | ) | const |
Definition at line 15056 of file opennurbs_archive.cpp.
size_t ON_BinaryArchiveBuffer::CurrentPosition | ( | ) | const [virtual] |
Implements ON_BinaryArchive.
Definition at line 15061 of file opennurbs_archive.cpp.
bool ON_BinaryArchiveBuffer::Flush | ( | ) | [protected, virtual] |
Implements ON_BinaryArchive.
Definition at line 15117 of file opennurbs_archive.cpp.
ON_BinaryArchiveBuffer& ON_BinaryArchiveBuffer::operator= | ( | const ON_BinaryArchiveBuffer & | ) | [private] |
size_t ON_BinaryArchiveBuffer::Read | ( | size_t | count, |
void * | a | ||
) | [protected, virtual] |
Implements ON_BinaryArchive.
Definition at line 15101 of file opennurbs_archive.cpp.
bool ON_BinaryArchiveBuffer::SeekFromCurrentPosition | ( | int | offset | ) | [virtual] |
Implements ON_BinaryArchive.
Definition at line 15069 of file opennurbs_archive.cpp.
bool ON_BinaryArchiveBuffer::SeekFromEnd | ( | ON__INT64 | offset | ) |
Definition at line 15093 of file opennurbs_archive.cpp.
bool ON_BinaryArchiveBuffer::SeekFromStart | ( | size_t | offset | ) | [virtual] |
Implements ON_BinaryArchive.
Definition at line 15077 of file opennurbs_archive.cpp.
bool ON_BinaryArchiveBuffer::SetBuffer | ( | ON_Buffer * | buffer | ) |
Definition at line 15045 of file opennurbs_archive.cpp.
size_t ON_BinaryArchiveBuffer::Write | ( | size_t | count, |
const void * | a | ||
) | [protected, virtual] |
Implements ON_BinaryArchive.
Definition at line 15109 of file opennurbs_archive.cpp.
ON_Buffer* ON_BinaryArchiveBuffer::m_buffer [private] |
Definition at line 2870 of file opennurbs_archive.h.