Public Member Functions | Public Attributes | List of all members
resource_retriever::MemoryResource Struct Reference

A combination of a pointer to data in memory along with the data's size. More...

#include <retriever.h>

Public Member Functions

 MemoryResource ()
 

Public Attributes

boost::shared_array< uint8_t > data
 
uint32_t size
 

Detailed Description

A combination of a pointer to data in memory along with the data's size.

Definition at line 52 of file retriever.h.

Constructor & Destructor Documentation

◆ MemoryResource()

resource_retriever::MemoryResource::MemoryResource ( )
inline

Definition at line 54 of file retriever.h.

Member Data Documentation

◆ data

boost::shared_array<uint8_t> resource_retriever::MemoryResource::data

Definition at line 58 of file retriever.h.

◆ size

uint32_t resource_retriever::MemoryResource::size

Definition at line 59 of file retriever.h.


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


resource_retriever
Author(s): Josh Faust , Ioan Sucan
autogenerated on Mon Feb 28 2022 23:22:34