| 89 | const char* GetData() const { return this->Data; } |
| 90 | char* GetData() { return this->Data; } |
| 91 | size_t GetSize() const { return this->At; } |
| 92 | size_t GetCapacity() const { return this->Size; } |
| 93 | |
| 94 | // Description: |
no outgoing calls
no test coverage detected