Returns a pointer to the underlying zero-terminated array of characters */
| 379 | |
| 380 | /** Returns a pointer to the underlying zero-terminated array of characters */ |
| 381 | const char *C_Str() const { |
| 382 | return data; |
| 383 | } |
| 384 | |
| 385 | #endif // !__cplusplus |
| 386 |
no outgoing calls
no test coverage detected