LLVM API Documentation
#include <YAMLTraits.h>
Public Types | |
typedef void(* | Signature_enumeration )(class IO &, T &) |
Static Public Member Functions | |
template<typename U > | |
static char | test (SameType< Signature_enumeration,&U::enumeration > *) |
template<typename U > | |
static double | test (...) |
Static Public Attributes | |
static bool const | value = (sizeof(test<ScalarEnumerationTraits<T> >(0)) == 1) |
Definition at line 163 of file YAMLTraits.h.
typedef void(* llvm::yaml::has_ScalarEnumerationTraits< T >::Signature_enumeration)(class IO &, T &) |
Definition at line 165 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 174 of file YAMLTraits.h.