cgv
|
information registered with each resource file More...
#include <register.h>
Public Member Functions | |
resource_file_info (unsigned int _file_offset=0, unsigned int _file_length=0, const char *_file_data=0, const std::string &_source_file="") | |
construct resource file info | |
Public Attributes | |
unsigned int | file_offset |
at which location the resource file starts within the executable or dll | |
unsigned int | file_length |
length of the resource file in bytes | |
const char * | file_data |
pointer to | |
std::string | source_file |
name of | |
information registered with each resource file
Definition at line 417 of file register.h.
cgv::base::resource_file_info::resource_file_info | ( | unsigned int | _file_offset = 0 , |
unsigned int | _file_length = 0 , |
||
const char * | _file_data = 0 , |
||
const std::string & | _source_file = "" |
||
) |
construct resource file info
Definition at line 924 of file register.cxx.
pointer to
Definition at line 424 of file register.h.
length of the resource file in bytes
Definition at line 422 of file register.h.
at which location the resource file starts within the executable or dll
Definition at line 420 of file register.h.
std::string cgv::base::resource_file_info::source_file |
name of
Definition at line 426 of file register.h.