LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::ManagedStringPool Class Reference

#include <ManagedStringPool.h>

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

llvm::ManagedStringPool::ManagedStringPool ( )
inline

Definition at line 30 of file ManagedStringPool.h.

llvm::ManagedStringPool::~ManagedStringPool ( )
inline

Member Function Documentation

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

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