|
rapidyaml 0.14.0
parse and emit YAML, and do it fast
|
Load a file from stdin (or similar stream-like file) into a buffer. More...
Functions | |
| template<class ContiguousContainer> | |
| void | c4::yml::stdin_get_contents (ContiguousContainer *cont, FILE *f=stdin) |
| load a file from stdin (or similar stream-like file) and return a newly created ContiguousContainer with the file contents | |
| template<class ContiguousContainer> | |
| ContiguousContainer | c4::yml::stdin_get_contents (FILE *f=stdin) |
| load a file from stdin and return a newly created ContiguousContainer with the file contents | |
Load a file from stdin (or similar stream-like file) into a buffer.
| void c4::yml::stdin_get_contents | ( | ContiguousContainer * | cont, |
| FILE * | f = stdin ) |
load a file from stdin (or similar stream-like file) and return a newly created ContiguousContainer with the file contents
Definition at line 178 of file file.hpp.
| ContiguousContainer c4::yml::stdin_get_contents | ( | FILE * | f = stdin | ) |
load a file from stdin and return a newly created ContiguousContainer with the file contents
Definition at line 212 of file file.hpp.