LLVM API Documentation

Public Member Functions
llvm::ManagedStringPool Class Reference

#include <ManagedStringPool.h>

List of all members.

Public Member Functions

 ManagedStringPool ()
 ~ManagedStringPool ()
std::string * getManagedString (const char *S)

Detailed Description

ManagedStringPool - The strings allocated from a managed string pool are owned by the string pool and will be deleted together with the managed string pool.

Definition at line 26 of file ManagedStringPool.h.


Constructor & Destructor Documentation

Definition at line 30 of file ManagedStringPool.h.


Member Function Documentation

std::string* llvm::ManagedStringPool::getManagedString ( const char *  S) [inline]

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