Attributes & Operations as an array of characters
| 329 | // Attributes & Operations |
| 330 | // as an array of characters |
| 331 | int GetLength() const |
| 332 | { |
| 333 | return GetData()->nDataLength; |
| 334 | } |
| 335 | bool IsEmpty() const |
| 336 | { |
| 337 | return GetData()->nDataLength == 0; |
no test coverage detected