GuitarPrometheus::Parser::BannerEntry
GuitarPrometheus::Parser::BannerEntry
One entry in the unknown-techniques banner: the diagnostic message and how many warnings shared that exact message text. More…
#include <WarningSummary.h>
Public Attributes
| Name | |
|---|---|
| std::string | message |
| int | count |
Detailed Description
struct GuitarPrometheus::Parser::BannerEntry;One entry in the unknown-techniques banner: the diagnostic message and how many warnings shared that exact message text.
Identical messages are merged because Guitar Pro tends to repeat the same “unknown element” warning many times across a score — banner UX is far better when “unknown
Public Attributes Documentation
variable message
std::string message;variable count
int count = 0;Updated on 2026-05-29 at 07:39:52 +0000