#include <object.h>
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 | |
This represents a UPnP Class
| bool cClass::operator!= | ( | const cClass & | cmp | ) | [inline] |
Compares two classes
| cmp | the other class to compare with |
| bool cClass::operator== | ( | const cClass & | cmp | ) | [inline] |
Compares two classes
| cmp | the other class to compare with |
1.5.8