clang  5.0.0
Public Member Functions | List of all members
clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo > Class Template Reference

Writer for the on-disk hash table. More...

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/Serialization/MultiOnDiskHashTable.h"

Public Member Functions

 MultiOnDiskHashTableGenerator ()
 
void insert (typename WriterInfo::key_type_ref Key, typename WriterInfo::data_type_ref Data, WriterInfo &Info)
 
void emit (llvm::SmallVectorImpl< char > &Out, WriterInfo &Info, const BaseTable *Base)
 

Detailed Description

template<typename ReaderInfo, typename WriterInfo>
class clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo >

Writer for the on-disk hash table.

Definition at line 280 of file MultiOnDiskHashTable.h.

Constructor & Destructor Documentation

template<typename ReaderInfo , typename WriterInfo >
clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo >::MultiOnDiskHashTableGenerator ( )
inline

Definition at line 287 of file MultiOnDiskHashTable.h.

Member Function Documentation

template<typename ReaderInfo , typename WriterInfo >
void clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo >::emit ( llvm::SmallVectorImpl< char > &  Out,
WriterInfo &  Info,
const BaseTable Base 
)
inline

Definition at line 294 of file MultiOnDiskHashTable.h.

template<typename ReaderInfo , typename WriterInfo >
void clang::serialization::MultiOnDiskHashTableGenerator< ReaderInfo, WriterInfo >::insert ( typename WriterInfo::key_type_ref  Key,
typename WriterInfo::data_type_ref  Data,
WriterInfo &  Info 
)
inline

Definition at line 289 of file MultiOnDiskHashTable.h.


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