![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/io/StringInput.h>
Inheritance diagram for StringInput:Input performed on a string. It makes easy to perform formatted read from a simple string.
|
inline |
Perform intput from the given string stored in character array.
| str | To read. |
|
inline |
Perform intput from the given C string.
| str | To read. |
|
inline |
Perform intput from the given ELM string.
| str | To read. |