LLVM API Documentation

Public Member Functions
llvm::cl::StringSaver Class Reference

Saves strings in the inheritor's stable storage and returns a stable raw character pointer. More...

#include <CommandLine.h>

List of all members.

Public Member Functions

virtual const char * SaveString (const char *Str)=0
virtual ~StringSaver ()

Detailed Description

Saves strings in the inheritor's stable storage and returns a stable raw character pointer.

Definition at line 1777 of file CommandLine.h.


Constructor & Destructor Documentation

virtual llvm::cl::StringSaver::~StringSaver ( ) [inline, virtual]

Definition at line 1781 of file CommandLine.h.


Member Function Documentation

virtual const char* llvm::cl::StringSaver::SaveString ( const char *  Str) [pure virtual]

The documentation for this class was generated from the following files: