Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::RomLocation Struct Reference

Where a front end looked for the ROM, and what it found. More...

#include <tabulasonora/rom_locator.hpp>

Public Member Functions

bool found () const noexcept

Public Attributes

std::filesystem::path path
 The resolved path, empty if nothing was found.
std::vector< std::string > searched
 Human-readable account of where it came from, for the error message when it is empty.

Detailed Description

Where a front end looked for the ROM, and what it found.

Member Function Documentation

◆ found()

bool ts::RomLocation::found ( ) const
inlinenodiscardnoexcept

Member Data Documentation

◆ path

std::filesystem::path ts::RomLocation::path

The resolved path, empty if nothing was found.

◆ searched

std::vector<std::string> ts::RomLocation::searched

Human-readable account of where it came from, for the error message when it is empty.


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