Implement a tracer that traces public calls useful during debugging.
Let's implement some sort of a tracer in multi_type_vector that can be used during debugging.
This should introduce the two optional trait values:
-
name- static member of typeconst char*. -
tracer_func- static member function that gets called for each public method call.
Edited by Kohei Yoshida