mini-llvm 0.1.0
Loading...
Searching...
No Matches
mini_llvm::ColoredStringView Struct Reference

#include <Color.h>

Public Types

using Codes = std::bitset<128>

Public Member Functions

 ColoredStringView (std::string_view str)
 ColoredStringView (std::string_view str, Codes codes)
 operator std::string () const

Public Attributes

std::string_view str
Codes codes

Member Typedef Documentation

◆ Codes

using mini_llvm::ColoredStringView::Codes = std::bitset<128>

Constructor & Destructor Documentation

◆ ColoredStringView() [1/2]

mini_llvm::ColoredStringView::ColoredStringView ( std::string_view str)
inline

◆ ColoredStringView() [2/2]

mini_llvm::ColoredStringView::ColoredStringView ( std::string_view str,
Codes codes )
inline

Member Function Documentation

◆ operator std::string()

mini_llvm::ColoredStringView::operator std::string ( ) const

Member Data Documentation

◆ codes

Codes mini_llvm::ColoredStringView::codes

◆ str

std::string_view mini_llvm::ColoredStringView::str

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