LLVM API Documentation
Saves strings in the inheritor's stable storage and returns a stable raw character pointer. More...
#include <CommandLine.h>
Public Member Functions | |
virtual const char * | SaveString (const char *Str)=0 |
virtual | ~StringSaver () |
Saves strings in the inheritor's stable storage and returns a stable raw character pointer.
Definition at line 1757 of file CommandLine.h.
|
inlinevirtual |
Definition at line 1761 of file CommandLine.h.
|
pure virtual |
Referenced by llvm::cl::TokenizeGNUCommandLine(), and llvm::cl::TokenizeWindowsCommandLine().