Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
cli::builtin::ReadFile Class Reference

#include <ReadFile.h>

Static Public Member Functions

static std::string read (const std::string &filename)
 

Detailed Description

File reader command.

Member Function Documentation

◆ read()

std::string cli::builtin::ReadFile::read ( const std::string &  filename)
static

Reads the content of a file into a string.

Parameters
filenamethe name of read file
Returns
the content of the file
Here is the call graph for this function:

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