TDME2 1.9.121
Public Member Functions | List of all members
IntBuffer Class Reference

Integer buffer class. More...

#include <tdme/utilities/IntBuffer.h>

Inheritance diagram for IntBuffer:
Inheritance graph
Collaboration diagram for IntBuffer:
Collaboration graph

Public Member Functions

 IntBuffer ()
 Default constructor. More...
 
 IntBuffer (Buffer *buffer)
 Public constructor. More...
 
virtual int32_t getCapacity ()
 
virtual int32_t getPosition ()
 
int32_t get (int32_t position)
 Get a value at given position. More...
 
IntBufferput (int32_t value)
 Puts a value into buffer at its current position. More...
 
- Public Member Functions inherited from Buffer
 Buffer (int32_t capacity)
 Public constructor. More...
 
 Buffer (Buffer *buffer)
 Public constructor. More...
 
 Buffer (vector< uint8_t > *data)
 Public constructor. More...
 
virtual ~Buffer ()
 Destructor. More...
 
Bufferclear ()
 Clear. More...
 
virtual int32_t getCapacity ()
 
virtual int32_t getPosition ()
 
virtual BuffersetPosition (int32_t position)
 Set position. More...
 
uint8_t get (int32_t position)
 
Bufferput (uint8_t value)
 Put value into buffer. More...
 
Bufferput (const uint8_t *data, int32_t size)
 Put data into buffer. More...
 
uint8_t * getBuffer ()
 

Detailed Description

Integer buffer class.

Author
Andreas Drewke

Definition at line 13 of file IntBuffer.h.

Constructor & Destructor Documentation

◆ IntBuffer() [1/2]

IntBuffer ( )
inline

Default constructor.

Definition at line 19 of file IntBuffer.h.

◆ IntBuffer() [2/2]

IntBuffer ( Buffer buffer)
inline

Public constructor.

Definition at line 25 of file IntBuffer.h.

Member Function Documentation

◆ get()

int32_t get ( int32_t  position)
inline

Get a value at given position.

Parameters
positionposition

Definition at line 46 of file IntBuffer.h.

◆ getCapacity()

virtual int32_t getCapacity ( )
inlinevirtual
Returns
capacity

Reimplemented from Buffer.

Definition at line 31 of file IntBuffer.h.

◆ getPosition()

virtual int32_t getPosition ( )
inlinevirtual
Returns
position

Reimplemented from Buffer.

Definition at line 38 of file IntBuffer.h.

◆ put()

IntBuffer * put ( int32_t  value)
inline

Puts a value into buffer at its current position.

Parameters
valuevalue

Definition at line 59 of file IntBuffer.h.


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