LLZK 0.1.0
Veridise's ZK Language IR
|
Wrapper for llvm::raw_ostream
that filters out certain characters selected by a function.
More...
#include <StreamHelper.h>
Public Member Functions | |
filtered_raw_ostream (llvm::raw_ostream &os, std::function< bool(char)> filter) | |
~filtered_raw_ostream () override | |
Wrapper for llvm::raw_ostream
that filters out certain characters selected by a function.
Definition at line 17 of file StreamHelper.h.
|
inline |
Definition at line 32 of file StreamHelper.h.
|
inlineoverride |
Definition at line 35 of file StreamHelper.h.