
#include <data.h>
Public Types | |
| typedef ConexusPointer< Storage > | pointer |
Public Member Functions | |
| Storage () | |
| ~Storage () | |
Public Attributes | |
| uint8_t * | data |
| Pointer to data buffer. | |
| size_t | size |
| Size of the data in bytes. | |
| bool | manage_data |
| True if the data is external and cannot be resized. | |
| unsigned int | priority |
| Priority, where 0 is the lowest priority. | |
| TimeVal | time |
| An associated time value. | |
| typedef ConexusPointer<Storage> Conexus::Data::Data::Storage::pointer |
| Conexus::Data::Data::Storage::Storage | ( | ) | [inline] |
| Conexus::Data::Data::Storage::~Storage | ( | ) | [inline] |
References Conexus::Data::Data::Storage::manage_data.
| uint8_t* Conexus::Data::Data::Storage::data |
Pointer to data buffer.
| bool Conexus::Data::Data::Storage::manage_data |
True if the data is external and cannot be resized.
Referenced by Conexus::Data::Data::Storage::~Storage().
| unsigned int Conexus::Data::Data::Storage::priority |
Priority, where 0 is the lowest priority.
| size_t Conexus::Data::Data::Storage::size |
Size of the data in bytes.
| TimeVal Conexus::Data::Data::Storage::time |
An associated time value.
1.5.8