MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
mllif::Stdin Struct Reference

A simple wrapper for stdin. More...

#include <Stdin.h>

Collaboration diagram for mllif::Stdin:

Static Public Member Functions

static std::vector< char > ReadToEnd ()
 Reads stdin until EOF.
 

Detailed Description

A simple wrapper for stdin.

Definition at line 25 of file Stdin.h.

Member Function Documentation

◆ ReadToEnd()

std::vector< char > mllif::Stdin::ReadToEnd ( )
static

Reads stdin until EOF.

Returns
Content of stdin

Definition at line 20 of file Stdin.cxx.

Here is the caller graph for this function:

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