LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::yaml::MappingNormalization< TNorm, TFinal > Struct Template Reference

#include <YAMLTraits.h>

Public Member Functions

 MappingNormalization (IO &i_o, TFinal &Obj)
 
 ~MappingNormalization ()
 
TNorm * operator-> ()
 

Detailed Description

template<typename TNorm, typename TFinal>
struct llvm::yaml::MappingNormalization< TNorm, TFinal >

Definition at line 607 of file YAMLTraits.h.

Constructor & Destructor Documentation

template<typename TNorm, typename TFinal>
llvm::yaml::MappingNormalization< TNorm, TFinal >::MappingNormalization ( IO i_o,
TFinal &  Obj 
)
inline

Definition at line 608 of file YAMLTraits.h.

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

template<typename TNorm, typename TFinal>
llvm::yaml::MappingNormalization< TNorm, TFinal >::~MappingNormalization ( )
inline

Definition at line 618 of file YAMLTraits.h.

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

Member Function Documentation

template<typename TNorm, typename TFinal>
TNorm* llvm::yaml::MappingNormalization< TNorm, TFinal >::operator-> ( )
inline

Definition at line 625 of file YAMLTraits.h.


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