I am trying to loop over a vector of pointers to my class, let\'s call it MyClass, and call a method within MyClass for each element in the vector, let
MyClass