keywords:this From C++ Reference previous page next page this The this keyword is a pointer to the current object. All member functions of a class have a this pointer. Related Topics: class, operator previous page start next page