From 724cb5e3783311f6b8c808852dbe2de59f2399b0 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:10:01 +0100 Subject: Fixed small bug which leads to an empty TV folder --- doc/html/classcPathParser.html | 100 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 doc/html/classcPathParser.html (limited to 'doc/html/classcPathParser.html') diff --git a/doc/html/classcPathParser.html b/doc/html/classcPathParser.html new file mode 100644 index 0000000..73acf1d --- /dev/null +++ b/doc/html/classcPathParser.html @@ -0,0 +1,100 @@ + + +UPnP/DLNA plugin for VDR: cPathParser Class Reference + + + + + +
+

cPathParser Class Reference

#include <search.h> +

+ +

+List of all members. + + + + +

Static Public Member Functions

static bool parse (const char *Path, int *Section, int *Method, propertyMap *Properties)
+


Detailed Description

+Web path parser

+Parses paths which came from the webserver. It splits the path into a section, a certain method and its properties.

+This can be used to easily determine which file was requested by a client


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
bool cPathParser::parse (const char *  Path,
int *  Section,
int *  Method,
propertyMap *  Properties 
) [static]
+
+
+ +

+Parses the path

+This will parse the path and stores the result in the pointers given.

+

Returns:
returns
    +
  • true, if the parsing was successful
  • false, otherwise
+
+
Parameters:
+ + + + + +
Path the path which is parsed
Section the number of the registered section
Method the number of the registered method
Properties the properties found in the path
+
+ +
+

+


The documentation for this class was generated from the following files: +
+
Generated on Sun Nov 8 15:44:09 2009 for UPnP/DLNA plugin for VDR by  + +doxygen 1.5.8
+ + -- cgit v1.2.3