MCPcopy Create free account
hub / github.com/devosoft/avida / Notify

Method Notify

avida-core/source/tools/cUserFeedback.h:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99inline void cUserFeedback::Notify(const char* fmt, ...)
100{
101 va_list args;
102 va_start(args, fmt);
103 m_entries.Push(sEntry(UF_NOTIFICATION, fmt, args));
104 va_end(args);
105}
106
107inline void cUserFeedback::Append(const cUserFeedback& uf)
108{

Callers 1

WarnUnusedMethod · 0.45

Calls 2

sEntryClass · 0.85
PushMethod · 0.45

Tested by

no test coverage detected