LLVM  4.0.0
Public Member Functions | List of all members
llvm::yaml::FlowStringValue Struct Reference

#include <MIRYamlMapping.h>

Inheritance diagram for llvm::yaml::FlowStringValue:
[legend]
Collaboration diagram for llvm::yaml::FlowStringValue:
[legend]

Public Member Functions

 FlowStringValue ()
 
 FlowStringValue (std::string Value)
 
- Public Member Functions inherited from llvm::yaml::StringValue
 StringValue ()
 
 StringValue (std::string Value)
 
bool operator== (const StringValue &Other) const
 

Additional Inherited Members

- Public Attributes inherited from llvm::yaml::StringValue
std::string Value
 
SMRange SourceRange
 

Detailed Description

Definition at line 56 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

llvm::yaml::FlowStringValue::FlowStringValue ( )
inline

Definition at line 57 of file MIRYamlMapping.h.

llvm::yaml::FlowStringValue::FlowStringValue ( std::string  Value)
inline

Definition at line 58 of file MIRYamlMapping.h.


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