Skip to content

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::stringmessage
intcount

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 : 47×” replaces a 47-line wall of text.

Public Attributes Documentation

variable message

std::string message;

variable count

int count = 0;

Updated on 2026-05-29 at 07:39:52 +0000