Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/io/FileInput.h>
Input from a file. Shortcut to perform formatted read from a buffered opened file.
FileInput | ( | const char * | path | ) |
Build an input by opening the given file path.
path | Path to the file to open. |
sys::SystemException | If the file cannot be opened. |
Build an input by opening the given file path.
path | Path to the file to open. |
sys::SystemException | If the file cannot be opened. |
Build an input by opening the given file path.
path | Path to the file to open. |
sys::SystemException | If the file cannot be opened. |
Build an input by opening the given file path.
path | Path to the file to open. |
sys::SystemException | If the file cannot be opened. |
References Input::setStream().
Transfer an existing file input. After this operation, the argument input stream is no more usable.
fi | File input to transfer. |
References Input::setStream().