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 1777 of file CommandLine.h.
virtual llvm::cl::StringSaver::~StringSaver | ( | ) | [inline, virtual] |
Definition at line 1781 of file CommandLine.h.
virtual const char* llvm::cl::StringSaver::SaveString | ( | const char * | Str | ) | [pure virtual] |
Referenced by llvm::cl::TokenizeGNUCommandLine(), and llvm::cl::TokenizeWindowsCommandLine().