LLVM  4.0.0
Public Member Functions | List of all members
llvm::ManagedStringPool Class Reference

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. More...

#include <ManagedStringPool.h>

Public Member Functions

 ManagedStringPool ()=default
 
 ~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 ( )
default
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: