#include <rtsp.h>
Public Types | |
| enum | status { STATUS_EMPTY, STATUS_BUSY, STATUS_OK } |
Public Member Functions | |
| _Responce () | |
| void | set_status (status st) |
| void | add_field (const string &name, const string &value) |
| void | add_include (const string &include) |
| string | serialize (void) |
Protected Attributes | |
| status | _status |
| map< string, string > | fields |
| string | include |
Definition at line 33 of file rtsp.h.
| enum _Responce::status |
| void _Responce::set_status | ( | status | st | ) | [inline] |
| void _Responce::add_field | ( | const string & | name, | |
| const string & | value | |||
| ) |
| void _Responce::add_include | ( | const string & | include | ) |
| string _Responce::serialize | ( | void | ) |
Definition at line 74 of file rtsp.cpp.
References _status, fields, include, STATUS_BUSY, STATUS_EMPTY, and STATUS_OK.
status _Responce::_status [protected] |
map<string, string> _Responce::fields [protected] |
string _Responce::include [protected] |
1.5.1