|
LLVM
4.0.0
|
#include <YAMLTraits.h>
Public Types | |
| typedef StringRef(* | Signature_input )(StringRef, void *, T &) |
| typedef void(* | Signature_output )(const T &, void *, llvm::raw_ostream &) |
| typedef bool(* | Signature_mustQuote )(StringRef) |
Static Public Member Functions | |
| template<typename U > | |
| static char | test (SameType< Signature_input,&U::input > *, SameType< Signature_output,&U::output > *, SameType< Signature_mustQuote,&U::mustQuote > *) |
| template<typename U > | |
| static double | test (...) |
Static Public Attributes | |
| static bool const | value |
Definition at line 260 of file YAMLTraits.h.
| typedef StringRef(* llvm::yaml::has_ScalarTraits< T >::Signature_input)(StringRef, void *, T &) |
Definition at line 262 of file YAMLTraits.h.
| typedef bool(* llvm::yaml::has_ScalarTraits< T >::Signature_mustQuote)(StringRef) |
Definition at line 264 of file YAMLTraits.h.
| typedef void(* llvm::yaml::has_ScalarTraits< T >::Signature_output)(const T &, void *, llvm::raw_ostream &) |
Definition at line 263 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 275 of file YAMLTraits.h.
1.8.6