17#include "AUI/Common/AColor.h"
18#include "AUI/Common/AString.h"
19#include "AUI/Common/AVector.h"
39 std::string verboseInfo;
40 std::chrono::high_resolution_clock::duration duration = std::chrono::high_resolution_clock::duration(0);
58 void addSection(Data section) {
59 mChildren << std::move(section);
86 std::string mVerboseInfo;
87 std::chrono::high_resolution_clock::time_point mStart;
92 static AColor generateColorFromName(
const char* name);
Represents a 4-component floating point color.
Definition: AColor.h:27
Utility wrapper implementing the stack-allocated (fast) optional idiom.
Definition: AOptional.h:32