Euphoria
eu::MemoryChunkFile Struct Reference

#include <memorychunk.h>

Public Member Functions

 MemoryChunkFile (std::shared_ptr< MemoryChunk > d)
 
void write (const void *src, int size)
 

Public Attributes

std::shared_ptr< MemoryChunkdata
 
int position
 

Detailed Description

Definition at line 32 of file memorychunk.h.

Constructor & Destructor Documentation

◆ MemoryChunkFile()

eu::MemoryChunkFile::MemoryChunkFile ( std::shared_ptr< MemoryChunk d)
explicit

Definition at line 76 of file memorychunk.cc.

Member Function Documentation

◆ write()

void eu::MemoryChunkFile::write ( const void *  src,
int  size 
)

Definition at line 83 of file memorychunk.cc.

Member Data Documentation

◆ data

std::shared_ptr<MemoryChunk> eu::MemoryChunkFile::data

Definition at line 34 of file memorychunk.h.

◆ position

int eu::MemoryChunkFile::position

Definition at line 35 of file memorychunk.h.


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