I have a class with only one member which is a vector.
class myClass{ private: vector vector_member; public: method1(); method2();