_Request Class Reference

#include <rtsp.h>


Public Member Functions

 _Request (const string &req)
const string & get_method (void)
const string & get_uri (void)
const map< string, string > & get_fields (void)

Protected Attributes

string method
string uri
map< string, string > fields


Detailed Description

Definition at line 15 of file rtsp.h.


Constructor & Destructor Documentation

_Request::_Request ( const string &  req  ) 

Definition at line 22 of file rtsp.cpp.

References fields, method, name, s, uri, value, and x.


Member Function Documentation

const string& _Request::get_method ( void   )  [inline]

Definition at line 18 of file rtsp.h.

References method.

const string& _Request::get_uri ( void   )  [inline]

Definition at line 21 of file rtsp.h.

References uri.

const map<string, string>& _Request::get_fields ( void   )  [inline]

Definition at line 24 of file rtsp.h.

References fields.


Field Documentation

string _Request::method [protected]

Definition at line 28 of file rtsp.h.

Referenced by _Request(), and get_method().

string _Request::uri [protected]

Definition at line 29 of file rtsp.h.

Referenced by _Request(), and get_uri().

map<string, string> _Request::fields [protected]

Definition at line 30 of file rtsp.h.

Referenced by _Request(), and get_fields().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 00:08:41 2008 for elphel by  doxygen 1.5.1