Comprehensive include file for all tracer classes.
Header for the class Person.
virtual ~Person()
Destructor.
#define COMP_MISC_MEMBER_TRACER
Macro for tracking member scope.
Person(std::string name)
Constructor initializes the name of the person.
std::string get_name() const
Return the persons name.