LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::filtered_raw_ostream Class Reference

Wrapper for llvm::raw_ostream that filters out certain characters selected by a function. More...

#include <StreamHelper.h>

Inheritance diagram for llzk::filtered_raw_ostream:
[legend]
Collaboration diagram for llzk::filtered_raw_ostream:
[legend]

Public Member Functions

 filtered_raw_ostream (llvm::raw_ostream &os, std::function< bool(char)> filter)
 
 ~filtered_raw_ostream () override
 

Detailed Description

Wrapper for llvm::raw_ostream that filters out certain characters selected by a function.

Definition at line 17 of file StreamHelper.h.

Constructor & Destructor Documentation

◆ filtered_raw_ostream()

llzk::filtered_raw_ostream::filtered_raw_ostream ( llvm::raw_ostream & os,
std::function< bool(char)> filter )
inline

Definition at line 32 of file StreamHelper.h.

◆ ~filtered_raw_ostream()

llzk::filtered_raw_ostream::~filtered_raw_ostream ( )
inlineoverride

Definition at line 35 of file StreamHelper.h.


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