| 
 | Nestopia Core API | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Core::ImplicitBool
   |
   +--Nes::Api::Cartridge::Database::Entry
Database entry.
| Constructor Summary | |
|   | Entry()Default constructor. | 
| private  | Entry( const void* r ) | 
| Method Summary | |
|  dword | GetChrRom() constReturns total size of CHR-ROM. | 
|  Profile::Dump::State | GetDumpState() constReturns the dump state. | 
|  const Profile::Hash* | GetHash() constReturns hash code of ROM chips combined. | 
|  uint | GetMapper() constReturns mapper ID. | 
|  dword | GetPrgRom() constReturns total size of PRG-ROM. | 
|  Result | GetProfile( Profile& profile ) constReturns the profile of this entry. | 
|  const wchar_t* | GetRegion() constReturns the target region. | 
|  Profile::System::Type | GetSystem() constReturns the target system. | 
|  const wchar_t* | GetTitle() constReturns the game title. | 
|  uint | GetVram() constReturns total size of V-RAM. | 
|  uint | GetWram() constReturns total size of W-RAM. | 
|  bool | HasBattery() constReturns battery status. | 
|  bool | IsMultiRegion() constChecks if the game targets multiple regions. | 
|  bool | operator!() constChecks if entry is invalid. | 
| Constructor Detail | 
public Entry();
private Entry( const void* r );
| Method Detail | 
public dword GetChrRom() const throw();
public Profile::Dump::State GetDumpState() const throw();
public const Profile::Hash* GetHash() const throw();
public uint GetMapper() const throw();
public dword GetPrgRom() const throw();
public Result GetProfile( Profile& profile ) const throw();
profile - object to be filledpublic const wchar_t* GetRegion() const throw();
public Profile::System::Type GetSystem() const throw();
public const wchar_t* GetTitle() const throw();
public uint GetVram() const throw();
public uint GetWram() const throw();
public bool HasBattery() const throw();
public bool IsMultiRegion() const throw();
public bool operator!() const;
| 
 | Nestopia Core API | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||