LLVM API Documentation
#include <YAMLTraits.h>
Public Types | |
typedef StringRef(* | Signature_input )(StringRef, void *, T &) |
typedef void(* | Signature_output )(const T &, void *, llvm::raw_ostream &) |
Static Public Member Functions | |
template<typename U > | |
static char | test (SameType< Signature_input,&U::input > *, SameType< Signature_output,&U::output > *) |
template<typename U > | |
static double | test (...) |
Static Public Attributes | |
static bool const | value = (sizeof(test<ScalarTraits<T> >(0,0)) == 1) |
Definition at line 197 of file YAMLTraits.h.
typedef StringRef(* llvm::yaml::has_ScalarTraits< T >::Signature_input)(StringRef, void *, T &) |
Definition at line 199 of file YAMLTraits.h.
typedef void(* llvm::yaml::has_ScalarTraits< T >::Signature_output)(const T &, void *, llvm::raw_ostream &) |
Definition at line 200 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 210 of file YAMLTraits.h.