LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::yaml::StdMapStringCustomMappingTraitsImpl< T > Struct Template Reference

Implementation of CustomMappingTraits for std::map<std::string, T>. More...

#include <YAMLTraits.h>

Public Types

typedef std::map< std::string, Tmap_type
 

Static Public Member Functions

static void inputOne (IO &io, StringRef key, map_type &v)
 
static void output (IO &io, map_type &v)
 

Detailed Description

template<typename T>
struct llvm::yaml::StdMapStringCustomMappingTraitsImpl< T >

Implementation of CustomMappingTraits for std::map<std::string, T>.

Definition at line 1549 of file YAMLTraits.h.

Member Typedef Documentation

template<typename T >
typedef std::map<std::string, T> llvm::yaml::StdMapStringCustomMappingTraitsImpl< T >::map_type

Definition at line 1550 of file YAMLTraits.h.

Member Function Documentation

template<typename T >
static void llvm::yaml::StdMapStringCustomMappingTraitsImpl< T >::inputOne ( IO io,
StringRef  key,
map_type v 
)
inlinestatic

Definition at line 1551 of file YAMLTraits.h.

References llvm::yaml::IO::mapRequired(), and llvm::StringRef::str().

template<typename T >
static void llvm::yaml::StdMapStringCustomMappingTraitsImpl< T >::output ( IO io,
map_type v 
)
inlinestatic

Definition at line 1554 of file YAMLTraits.h.

References llvm::yaml::IO::mapRequired().


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