#include <string.h>
Inherits impulse::Frame.
Public Member Functions | |
String (string value="") | |
string | cstring () |
string | inspect () |
String & | operator<< (double value) |
String & | operator<< (long value) |
Protected Member Functions | |
template<typename T > | |
String & | _write (T value, const char *format) |
impulse::String::String | ( | string | value = "" |
) | [inline] |
string impulse::String::cstring | ( | ) | [inline] |
string impulse::String::inspect | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
String& impulse::String::operator<< | ( | double | value | ) | [inline] |
String& impulse::String::operator<< | ( | long | value | ) | [inline] |
String & impulse::String::_write | ( | T | value, | |
const char * | format | |||
) | [inline, protected] |