#include <inputsource_memory_generic.h>
Inheritance diagram for CL_InputSourceProvider_Memory:


Public Methods | |
| CL_InputSourceProvider_Memory (unsigned char *data, unsigned int size, bool delete_data) | |
| CL_InputSourceProvider_Memory (CL_InputSource_MemoryGeneric *MG) | |
| CL_InputSourceProvider_Memory (CL_OutputSource_MemoryGeneric *MG) | |
| virtual CL_InputSource* | open_source (const char *handle) |
| param: filename - Name of the datafile to be used.retval: The datafile input provider created. | |
| virtual CL_InputSourceProvider* | clone () |
| param: handle - handle/index/filename/identier to the input source requested.retval: The opened input source. | |
Private Attributes | |
| unsigned char* | m_data |
| unsigned int | m_size |
| bool | m_delete_data |
|
|
|
|
|
|
|
|
|
|
|
param: handle - handle/index/filename/identier to the input source requested.retval: The opened input source.
Reimplemented from CL_InputSourceProvider. |
|
|
param: filename - Name of the datafile to be used.retval: The datafile input provider created.
Reimplemented from CL_InputSourceProvider. |
|
|
Definition at line 129 of file inputsource_memory_generic.h. |
|
|
Definition at line 131 of file inputsource_memory_generic.h. |
|
|
Definition at line 130 of file inputsource_memory_generic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001