载入中...
搜索中...
未找到
DataView.cpp
浏览该文件的文档.
virtual void * getData() const =0
Gets a pointer to the data. This pointer will obviously not be valid if the Data object is destroyed.
Definition Exception.h:14
Contains a reference to a subsection of an existing Data object.
Definition DataView.h:16
DataView(Data *data, size_t offset, size_t size)
Definition DataView.cpp:13
DataView * clone() const override
Creates a duplicate of Data derived class instance.
Definition DataView.cpp:36
void * getData() const override
Gets a pointer to the data. This pointer will obviously not be valid if the Data object is destroyed.
Definition DataView.cpp:41
Definition Build.cpp:11