Comprehensive include file for all tracer classes.
A really simple class for Wheel.
Wheel()
Default constructor.
Wheel & operator=(const Wheel &rhs)
Copy assignment operator.
bool is_rotating() const
Indicate whether wheel is rotating or not.
#define COMP_MISC_MEMBER_TRACER
Macro for tracking member scope.
void start()
Start turning.
Header for the Wheel class used to demo object aggregation features.