LLVM API Documentation

llvm::StringSet< AllocatorTy > Class Template Reference

#include <StringSet.h>

Inheritance diagram for llvm::StringSet< AllocatorTy >:

Inheritance graph
[legend]
Collaboration diagram for llvm::StringSet< AllocatorTy >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool insert (const std::string &InLang)


Detailed Description

template<class AllocatorTy = llvm::MallocAllocator>
class llvm::StringSet< AllocatorTy >

StringSet - A wrapper for StringMap that provides set-like functionality. Only insert() and count() methods are used by my code.

Definition at line 27 of file StringSet.h.


Member Function Documentation

template<class AllocatorTy = llvm::MallocAllocator>
bool llvm::StringSet< AllocatorTy >::insert ( const std::string &  InLang  )  [inline]


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.