
#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. | |
| Glib::TimeVal | time |
| An associated time value. | |
| typedef ConexusPointer<Storage> Conexus::Data::Storage::pointer |
| Conexus::Data::Storage::Storage | ( | ) | [inline] |
| Conexus::Data::Storage::~Storage | ( | ) | [inline] |
References manage_data.
| uint8_t* Conexus::Data::Storage::data |
Pointer to data buffer.
| unsigned int Conexus::Data::Storage::priority |
Priority, where 0 is the lowest priority.
| size_t Conexus::Data::Storage::size |
Size of the data in bytes.
| Glib::TimeVal Conexus::Data::Storage::time |
An associated time value.
1.5.7.1