Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ByteBufferException Class Reference

#include <ByteBuffer.h>

Public Member Functions

 ByteBufferException (bool add, size_t pos, size_t esize, size_t size)
 
void printPosError () const
 

Private Attributes

bool _add
 
size_t _pos
 
size_t _esize
 
size_t _size
 

Detailed Description

Definition at line 54 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ByteBufferException()

Divide::ByteBufferException::ByteBufferException ( bool  add,
size_t  pos,
size_t  esize,
size_t  size 
)

Definition at line 13 of file ByteBuffer.cpp.

Member Function Documentation

◆ printPosError()

void Divide::ByteBufferException::printPosError ( ) const

Definition at line 19 of file ByteBuffer.cpp.

Member Data Documentation

◆ _add

bool Divide::ByteBufferException::_add
private

Definition at line 60 of file ByteBuffer.h.

◆ _esize

size_t Divide::ByteBufferException::_esize
private

Definition at line 62 of file ByteBuffer.h.

◆ _pos

size_t Divide::ByteBufferException::_pos
private

Definition at line 61 of file ByteBuffer.h.

◆ _size

size_t Divide::ByteBufferException::_size
private

Definition at line 63 of file ByteBuffer.h.


The documentation for this class was generated from the following files: