Inheritance diagram for lfc::TextInput::
Public Methods | |
TextInput () throw () | |
TextInput (_Input< char > &inputBase) | |
virtual | ~TextInput () throw () |
virtual char | pop () |
virtual long | read (char *buffer, long count, bool bWaitAll=true) |
virtual TextInput & | operator>> (Byte &value) |
virtual TextInput & | operator>> (char &value) |
virtual TextInput & | operator>> (bool &value) |
virtual TextInput & | operator>> (short &value) |
virtual TextInput & | operator>> (long &value) |
virtual TextInput & | operator>> (Word &value) |
virtual TextInput & | operator>> (DWord &value) |
virtual TextInput & | operator>> (float &value) |
virtual TextInput & | operator>> (double &value) |
virtual TextInput & | operator>> (string &value) |
virtual TextInput & | operator>> (_Scanable &obj) |
virtual TextInput & | operator>> (FormattedObject formattedObj) |
Friends | |
FormattedObject | formattedScan (_Scanable &obj, string format) |
document this!
make this thread safe
|
|
|
|
|
|
|
Reimplemented from lfc::_Input. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|