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/structcClass.html | 108 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 doc/html/structcClass.html (limited to 'doc/html/structcClass.html') diff --git a/doc/html/structcClass.html b/doc/html/structcClass.html new file mode 100644 index 0000000..bf727d7 --- /dev/null +++ b/doc/html/structcClass.html @@ -0,0 +1,108 @@ + + +UPnP/DLNA plugin for VDR: cClass Struct Reference + + + + + +
+

cClass Struct Reference

#include <object.h> +

+ +

+List of all members. + + + + + + + + + + + + + +

Public Member Functions

bool operator== (const cClass &cmp)
bool operator!= (const cClass &cmp)

Public Attributes

+cString ID
 The upnp class ID.
+bool includeDerived
 flag, to indicate if derived classes are allowed
+


Detailed Description

+Structure of a UPnP Class

+This represents a UPnP Class


Member Function Documentation

+ +
+
+ + + + + + + + + +
bool cClass::operator!= (const cClass cmp  )  [inline]
+
+
+ +

+Compares two classes

+

Parameters:
+ + +
cmp the other class to compare with
+
+ +
+

+ +

+
+ + + + + + + + + +
bool cClass::operator== (const cClass cmp  )  [inline]
+
+
+ +

+Compares two classes

+

Parameters:
+ + +
cmp the other class to compare with
+
+ +
+

+


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