| 31 | void SetMaxSize(size_t Size) {MaxSize=Size;} |
| 32 | T* Begin() {return Buffer;} |
| 33 | T* End() {return Buffer==NULL ? NULL:Buffer+BufSize;} |
| 34 | void SetSecure() {Secure=true;} |
| 35 | }; |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected