#include <Gme_File.h>
◆ anonymous enum
◆ Gme_File() [1/2]
◆ ~Gme_File()
◆ Gme_File() [2/2]
◆ clear_playlist()
| void Gme_File::clear_playlist |
( |
| ) |
|
◆ clear_playlist_()
| virtual void Gme_File::clear_playlist_ |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ copy_field_() [1/2]
| void Gme_File::copy_field_ |
( |
char * | out, |
|
|
const char * | in ) |
|
static |
◆ copy_field_() [2/2]
| void Gme_File::copy_field_ |
( |
char * | out, |
|
|
const char * | in, |
|
|
int | len ) |
|
static |
◆ error_count()
| int Gme_File::error_count |
( |
| ) |
const |
|
inline |
◆ load()
◆ load_()
Reimplemented in Gbs_Emu, Gbs_File, Hes_Emu, Hes_File, Kss_Emu, Kss_File, Nsf_Emu, Nsf_File, Nsfe_Emu, Nsfe_File, Spc_File, and Vgm_File.
◆ load_file()
| blargg_err_t Gme_File::load_file |
( |
const char * | path | ) |
|
◆ load_m3u() [1/2]
| blargg_err_t Gme_File::load_m3u |
( |
const char * | path | ) |
|
◆ load_m3u() [2/2]
◆ load_m3u_()
| blargg_err_t Gme_File::load_m3u_ |
( |
blargg_err_t | err | ) |
|
|
private |
◆ load_mem()
| blargg_err_t Gme_File::load_mem |
( |
void const * | data, |
|
|
long | size ) |
◆ load_mem_()
| blargg_err_t Gme_File::load_mem_ |
( |
byte const * | data, |
|
|
long | size ) |
|
protectedvirtual |
◆ load_remaining_()
| blargg_err_t Gme_File::load_remaining_ |
( |
void const * | header, |
|
|
long | header_size, |
|
|
Data_Reader & | remaining ) |
|
protected |
◆ operator=()
◆ post_load()
| blargg_err_t Gme_File::post_load |
( |
blargg_err_t | err | ) |
|
|
private |
◆ post_load_()
| void Gme_File::post_load_ |
( |
| ) |
|
|
protectedvirtual |
◆ pre_load()
| void Gme_File::pre_load |
( |
| ) |
|
|
protectedvirtual |
◆ remap_track_()
| blargg_err_t Gme_File::remap_track_ |
( |
int * | track_io | ) |
const |
◆ set_track_count()
| void Gme_File::set_track_count |
( |
int | n | ) |
|
|
inlineprotected |
◆ set_type()
◆ set_user_cleanup()
◆ set_user_data()
| void Gme_File::set_user_data |
( |
void * | p | ) |
|
|
inline |
◆ set_warning()
◆ track_count()
| int Gme_File::track_count |
( |
| ) |
const |
|
inline |
◆ track_info()
◆ track_info_()
| virtual blargg_err_t Gme_File::track_info_ |
( |
track_info_t * | out, |
|
|
int | track ) const |
|
protectedpure virtual |
Implemented in Ay_Emu, Ay_File, Gbs_Emu, Gbs_File, Gym_Emu, Gym_File, Hes_Emu, Hes_File, Kss_Emu, Kss_File, Nsf_Emu, Nsf_File, Nsfe_Emu, Nsfe_File, Sap_Emu, Sap_File, Spc_Emu, Spc_File, Vgm_Emu, and Vgm_File.
◆ type()
◆ unload()
| void Gme_File::unload |
( |
| ) |
|
|
protectedvirtual |
◆ user_data()
| void * Gme_File::user_data |
( |
| ) |
const |
|
inline |
◆ warning()
| const char * Gme_File::warning |
( |
| ) |
|
|
inline |
◆ byte
| BLARGG_DISABLE_NOTHROW typedef uint8_t Gme_File::byte |
◆ file_data
| blargg_vector<byte> Gme_File::file_data |
|
private |
◆ playlist
◆ playlist_warning
| char Gme_File::playlist_warning[64] |
|
private |
◆ raw_track_count_
| int Gme_File::raw_track_count_ |
|
private |
◆ track_count_
| int Gme_File::track_count_ |
|
private |
◆ type_
◆ user_cleanup_
◆ user_data_
| void* Gme_File::user_data_ |
|
private |
◆ warning_
| const char* Gme_File::warning_ |
|
private |
The documentation for this struct was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/FreeBoy/game-music-emu/gme/Gme_File.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/FreeBoy/game-music-emu/gme/Gme_File.cpp
- /home/runner/work/lmms-fork/lmms-fork/plugins/FreeBoy/game-music-emu/gme/M3u_Playlist.cpp