After I overloading operator +=:
Object1& operator+=(Object2* r) { ObjVector.push_back(r); return *this; };
and call it