#include "StreamBuffer.h"#include <stdio.h>

Go to the source code of this file.
Data Structures | |
| class | StreamProtocolParser |
| class | StreamProtocolParser::Protocol |
| class | StreamProtocolParser::Client |
Enumerations | |
| enum | FormatType { NoFormat, ScanFormat, PrintFormat } |
Functions | |
| int | getLineNumber (const char *s) |
| template<class T > | |
| const T | extract (const char *&string) |
| enum FormatType |
Definition at line 27 of file StreamProtocol.h.
| const T extract | ( | const char *& | string | ) | [inline] |
Definition at line 137 of file StreamProtocol.h.
| int getLineNumber | ( | const char * | s | ) | [inline] |
Definition at line 129 of file StreamProtocol.h.
1.7.1