Contents
#include <profiler.h> struct Primitive { // fields const char* name; // construction Primitive (const char* name = nullptr); // methods const char* getName () const; };