LLVM API Documentation

Public Types | Static Public Member Functions | Static Public Attributes
llvm::yaml::has_ScalarEnumerationTraits< T > Struct Template Reference

#include <YAMLTraits.h>

Collaboration diagram for llvm::yaml::has_ScalarEnumerationTraits< T >:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

template<class T>
struct llvm::yaml::has_ScalarEnumerationTraits< T >

Definition at line 168 of file YAMLTraits.h.


Member Typedef Documentation

template<class T >
typedef void(* llvm::yaml::has_ScalarEnumerationTraits< T >::Signature_enumeration)(class IO &, T &)

Definition at line 170 of file YAMLTraits.h.


Member Function Documentation

template<class T >
template<typename U >
static char llvm::yaml::has_ScalarEnumerationTraits< T >::test ( SameType< Signature_enumeration,&U::enumeration > *  ) [static]
template<class T >
template<typename U >
static double llvm::yaml::has_ScalarEnumerationTraits< T >::test (   ...) [static]

Member Data Documentation

template<class T >
bool const llvm::yaml::has_ScalarEnumerationTraits< T >::value [static]
Initial value:
    (sizeof(test<ScalarEnumerationTraits<T> >(nullptr)) == 1)

Definition at line 179 of file YAMLTraits.h.


The documentation for this struct was generated from the following file: