|
LLVM
4.0.0
|
Implementation of CustomMappingTraits for std::map<std::string, T>. More...
#include <YAMLTraits.h>
Public Types | |
| typedef std::map< std::string, T > | map_type |
Static Public Member Functions | |
| static void | inputOne (IO &io, StringRef key, map_type &v) |
| static void | output (IO &io, map_type &v) |
Implementation of CustomMappingTraits for std::map<std::string, T>.
Definition at line 1549 of file YAMLTraits.h.
| typedef std::map<std::string, T> llvm::yaml::StdMapStringCustomMappingTraitsImpl< T >::map_type |
Definition at line 1550 of file YAMLTraits.h.
|
inlinestatic |
Definition at line 1551 of file YAMLTraits.h.
References llvm::yaml::IO::mapRequired(), and llvm::StringRef::str().
|
inlinestatic |
Definition at line 1554 of file YAMLTraits.h.
References llvm::yaml::IO::mapRequired().
1.8.6