cgv
Loading...
Searching...
No Matches
cgv::base::resource_file_info Struct Reference

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 charfile_data
 pointer to
 
std::string source_file
 name of
 

Detailed Description

information registered with each resource file

Definition at line 417 of file register.h.

Constructor & Destructor Documentation

◆ resource_file_info()

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.

Member Data Documentation

◆ file_data

const char* cgv::base::resource_file_info::file_data

pointer to

Definition at line 424 of file register.h.

◆ file_length

unsigned int cgv::base::resource_file_info::file_length

length of the resource file in bytes

Definition at line 422 of file register.h.

◆ file_offset

unsigned int cgv::base::resource_file_info::file_offset

at which location the resource file starts within the executable or dll

Definition at line 420 of file register.h.

◆ source_file

std::string cgv::base::resource_file_info::source_file

name of

Definition at line 426 of file register.h.


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