LLVM API Documentation
#include <Registry.h>
Public Types | |
typedef SimpleRegistryEntry< T > | entry |
Static Public Member Functions | |
static const char * | nameof (const entry &Entry) |
nameof/descof - Accessors for name and description of entries. These are | |
static const char * | descof (const entry &Entry) |
Traits for registry entries. If using other than SimpleRegistryEntry, it is necessary to define an alternate traits class.
Definition at line 44 of file Registry.h.
typedef SimpleRegistryEntry<T> llvm::RegistryTraits< T >::entry |
Definition at line 48 of file Registry.h.
static const char* llvm::RegistryTraits< T >::descof | ( | const entry & | Entry | ) | [inline, static] |
Definition at line 53 of file Registry.h.
References llvm::SimpleRegistryEntry< T >::getDesc().
static const char* llvm::RegistryTraits< T >::nameof | ( | const entry & | Entry | ) | [inline, static] |
nameof/descof - Accessors for name and description of entries. These are
Definition at line 52 of file Registry.h.
References llvm::SimpleRegistryEntry< T >::getName().