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

Short buffer class. More...

#include <tdme/utilities/ShortBuffer.h>

Inheritance diagram for ShortBuffer:
Inheritance graph
Collaboration diagram for ShortBuffer:
Collaboration graph

Public Member Functions

 ShortBuffer ()
 Default constructor. More...
 
 ShortBuffer (Buffer *buffer)
 Public constructor. More...
 
virtual int32_t getCapacity ()
 
virtual int32_t getPosition ()
 
int16_t get (int32_t position)
 Get a value at given position. More...
 
ShortBufferput (int16_t value)
 Put a value into 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

Short buffer class.

Author
Andreas Drewke

Definition at line 13 of file ShortBuffer.h.

Constructor & Destructor Documentation

◆ ShortBuffer() [1/2]

ShortBuffer ( )
inline

Default constructor.

Definition at line 19 of file ShortBuffer.h.

◆ ShortBuffer() [2/2]

ShortBuffer ( Buffer buffer)
inline

Public constructor.

Parameters
bufferbuffer

Definition at line 26 of file ShortBuffer.h.

Member Function Documentation

◆ get()

int16_t get ( int32_t  position)
inline

Get a value at given position.

Parameters
positionposition

Definition at line 47 of file ShortBuffer.h.

◆ getCapacity()

virtual int32_t getCapacity ( )
inlinevirtual
Returns
buffer capacity

Reimplemented from Buffer.

Definition at line 32 of file ShortBuffer.h.

◆ getPosition()

virtual int32_t getPosition ( )
inlinevirtual
Returns
buffer position

Reimplemented from Buffer.

Definition at line 39 of file ShortBuffer.h.

◆ put()

ShortBuffer * put ( int16_t  value)
inline

Put a value into current position.

Parameters
valuevalue

Definition at line 58 of file ShortBuffer.h.


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