Warnings
Warnings::AddCurrentWarning("Resource item at index %ld "
Warnings::AddCurrentWarning("resource info table has no check sum.");
Warnings::AddCurrentWarning("Invalid index field in resource "
Warnings::AddCurrentWarning("Name for index %ld in "
Warnings::AddCurrentWarning("File magic is 0x%08lx. Should be 0x%08lx "
Warnings::AddCurrentWarning("Endianess seems to be %s, although %s "
Warnings::AddCurrentWarning("Resource index table contains "
Warnings::AddCurrentWarning("Unexpected end of resource index "
Warnings::AddCurrentWarning("Invalid data after resource index "
Warnings* Warnings::fCurrentWarnings = NULL;
Warnings::~Warnings()
Warnings*
Warnings::GetCurrentWarnings()
Warnings::SetCurrentWarnings(Warnings* warnings)
Warnings::AddWarning(BString warning)
Warnings::AddWarning(const char* format,...)
Warnings::AddWarningV(const char* format, va_list arg)
Warnings::AddCurrentWarning(BString warning)
if (Warnings* currentWarnings = GetCurrentWarnings())
Warnings::AddCurrentWarning(const char* format,...)
Warnings::Warnings()
Warnings::AddCurrentWarningV(const char* format, va_list arg)
Warnings::CountWarnings() const
Warnings::WarningAt(int32 index) const
class Warnings {
Warnings();
virtual ~Warnings();
static Warnings* GetCurrentWarnings();
static void SetCurrentWarnings(Warnings* warnings);
static Warnings* fCurrentWarnings;
Warnings::SetCurrentWarnings(&testResult.warnings);
Warnings::SetCurrentWarnings(NULL);
Warnings warnings;