Searched refs:thisClass (Results 1 – 1 of 1) sorted by relevance
128 const std::type_info& thisClass = typeid( *this ); in toString() local129 className = thisClass.name(); in toString()