!*********************************************************************** @Function data @Returns A const char* version of the string @Description Returns a const char* version of the string *************************************************************************/
| 663 | @Description Returns a const char* version of the string |
| 664 | *************************************************************************/ |
| 665 | const char* CPVRTString::data() const |
| 666 | { |
| 667 | return m_pString; |
| 668 | } |
| 669 | |
| 670 | /*!*********************************************************************** |
| 671 | @Function empty |
no outgoing calls