mini-llvm 0.1.0
Loading...
Searching...
No Matches
Color.h File Reference
#include <bitset>
#include <concepts>
#include <cstdio>
#include <format>
#include <initializer_list>
#include <string>
#include <string_view>
#include <utility>
#include "mini-llvm/utils/Compiler.h"
#include "mini-llvm/utils/Color.def"
Include dependency graph for Color.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mini_llvm::VTModeGuard
class  mini_llvm::ColorGuard
struct  mini_llvm::ColoredStringView
struct  mini_llvm::ColoredString
class  mini_llvm::Color
struct  std::formatter< mini_llvm::ColoredStringView >
struct  std::formatter< mini_llvm::ColoredString >

Namespaces

namespace  mini_llvm
namespace  mini_llvm::colors

Macros

#define X(code, name)

Functions

MINI_LLVM_EXPORT bool mini_llvm::supportsColor (FILE *stream)
Color mini_llvm::operator~ (Color color)
Color mini_llvm::operator& (Color lhs, Color rhs)
Color mini_llvm::operator| (Color lhs, Color rhs)
Color mini_llvm::operator^ (Color lhs, Color rhs)
Colormini_llvm::operator&= (Color &lhs, Color rhs)
Colormini_llvm::operator|= (Color &lhs, Color rhs)
Colormini_llvm::operator^= (Color &lhs, Color rhs)

Macro Definition Documentation

◆ X

#define X ( code,
name )
Value:
inline const Color name{code};