--------------------------------------------------------------------------- Name: gtASCIIString::length Description: Returns this string length (the amount of chars it holds) Author: AMD Developer Tools Team Date: 16/11/2003 ---------------------------------------------------------------------------
| 126 | // Date: 16/11/2003 |
| 127 | // --------------------------------------------------------------------------- |
| 128 | int gtASCIIString::length() const |
| 129 | { |
| 130 | return (int)_impl.length(); |
| 131 | }; |
| 132 | |
| 133 | void gtASCIIString::resize(size_t newSize) |
| 134 | { |
no outgoing calls
no test coverage detected