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

#include <WriteFile.h>

Static Public Member Functions

static void write (const std::string &filename, const std::string &data)
 

Detailed Description

File writting command.

Member Function Documentation

◆ write()

void cli::builtin::WriteFile::write ( const std::string &  filename,
const std::string &  data 
)
static

Writes some string into a file.

Parameters
filenamethe name of written file
datathe content of the file

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