![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
Go to the source code of this file.
Data Types | |
module | stringtools |
interface | stringtools::num2str |
Translate number (reals or integers) into strings, i.e. character(*) More... | |
interface | stringtools::alloc2str |
Translate allocatable objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is allocated. If it is not allocated, then the empty string is returned. More... | |
interface | stringtools::pointer2str |
Translate pointer objects (reals, integers, string) into strings, i.e. character(*). Note that these function check if the object is associated. If it is not associated, then the empty string is returned. More... | |
interface | stringtools::append_string |