this refers to the current object.The keyword
this identifies a special type of pointer. Suppose that you create an object named x of class A, and class A has a non-static member function f(). If you call the function x.f(), the keyword this in the body of f() stores the address of x.http://stackoverflow.com/questions/16492736/what-is-the-this-pointer
No comments:
Post a Comment