返回打开的对象指针
This function does not modify the object, but we may not make it const. Doing so will overload it with the const operator->() function above, which is not allowed (we're overloading on const-ness).
T_OBJECT * object();
object 方法