|
LLVM
3.7.0
|
#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 |
Definition at line 258 of file YAMLTraits.h.
| typedef StringRef(* llvm::yaml::has_BlockScalarTraits< T >::Signature_input)(StringRef, void *, T &) |
Definition at line 260 of file YAMLTraits.h.
| typedef void(* llvm::yaml::has_BlockScalarTraits< T >::Signature_output)(const T &, void *, llvm::raw_ostream &) |
Definition at line 261 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 271 of file YAMLTraits.h.
1.8.6