LLVM 22.0.0git
llvm::yaml::FlowStringValue Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

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

Public Member Functions

 FlowStringValue ()=default
 FlowStringValue (std::string Value)
Public Member Functions inherited from llvm::yaml::StringValue
 StringValue ()=default
 StringValue (std::string Value)
 StringValue (const char Val[])
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 63 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

◆ FlowStringValue() [1/2]

llvm::yaml::FlowStringValue::FlowStringValue ( )
default

◆ FlowStringValue() [2/2]

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

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