|
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
21 #ifndef ELM_STRING_FORMATTER_H
22 #define ELM_STRING_FORMATTER_H
40 inline char escape(
void)
const {
return esc; }
41 inline void escape(
char c) { esc = c; }
46 #endif // ELM_STRING_FORMATTER_H
typename type_info< T >::out_t out
Definition: type_info.h:284
sys::SystemOutStream & out
Definition: system_SystemIO.cpp:122
typename type_info< T >::in_t in
Definition: type_info.h:283
Definition: OutStream.h:30
Definition: InStream.h:29