diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
commit | 724cb5e3783311f6b8c808852dbe2de59f2399b0 (patch) | |
tree | be1f2d617b4a3e2e156b7a2d6ba9ee335cde63cf /doc/latex/structcClass.tex | |
parent | 0152f33daffe3fe943d6a134409d02df7ecaa982 (diff) | |
download | vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.gz vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.bz2 |
Fixed small bug which leads to an empty TV folder
Diffstat (limited to 'doc/latex/structcClass.tex')
-rw-r--r-- | doc/latex/structcClass.tex | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/latex/structcClass.tex b/doc/latex/structcClass.tex new file mode 100644 index 0000000..625e1cf --- /dev/null +++ b/doc/latex/structcClass.tex @@ -0,0 +1,67 @@ +\hypertarget{structcClass}{ +\section{cClass Struct Reference} +\label{structcClass}\index{cClass@{cClass}} +} +{\tt \#include $<$object.h$>$} + +\subsection*{Public Member Functions} +\begin{CompactItemize} +\item +bool \hyperlink{structcClass_22a5df5fd2bfc9e7b58018a6b8d45309}{operator==} (const \hyperlink{structcClass}{cClass} \&cmp) +\item +bool \hyperlink{structcClass_1de09f337ef261d363f261f83a3cf7ae}{operator!=} (const \hyperlink{structcClass}{cClass} \&cmp) +\end{CompactItemize} +\subsection*{Public Attributes} +\begin{CompactItemize} +\item +\hypertarget{structcClass_0a14fb51e02dc017227b86e3c14b5cbd}{ +cString \hyperlink{structcClass_0a14fb51e02dc017227b86e3c14b5cbd}{ID}} +\label{structcClass_0a14fb51e02dc017227b86e3c14b5cbd} + +\begin{CompactList}\small\item\em The upnp class ID. \item\end{CompactList}\item +\hypertarget{structcClass_4c66f7ea7dc7bfd418ae8c23145ea3c8}{ +bool \hyperlink{structcClass_4c66f7ea7dc7bfd418ae8c23145ea3c8}{includeDerived}} +\label{structcClass_4c66f7ea7dc7bfd418ae8c23145ea3c8} + +\begin{CompactList}\small\item\em flag, to indicate if derived classes are allowed \item\end{CompactList}\end{CompactItemize} + + +\subsection{Detailed Description} +Structure of a UPnP Class + +This represents a UPnP Class + +\subsection{Member Function Documentation} +\hypertarget{structcClass_1de09f337ef261d363f261f83a3cf7ae}{ +\index{cClass@{cClass}!operator!=@{operator!=}} +\index{operator!=@{operator!=}!cClass@{cClass}} +\subsubsection[{operator!=}]{\setlength{\rightskip}{0pt plus 5cm}bool cClass::operator!= (const {\bf cClass} \& {\em cmp})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} +\label{structcClass_1de09f337ef261d363f261f83a3cf7ae} + + +Compares two classes + +\begin{Desc} +\item[Parameters:] +\begin{description} +\item[{\em cmp}]the other class to compare with \end{description} +\end{Desc} + \hypertarget{structcClass_22a5df5fd2bfc9e7b58018a6b8d45309}{ +\index{cClass@{cClass}!operator==@{operator==}} +\index{operator==@{operator==}!cClass@{cClass}} +\subsubsection[{operator==}]{\setlength{\rightskip}{0pt plus 5cm}bool cClass::operator== (const {\bf cClass} \& {\em cmp})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} +\label{structcClass_22a5df5fd2bfc9e7b58018a6b8d45309} + + +Compares two classes + +\begin{Desc} +\item[Parameters:] +\begin{description} +\item[{\em cmp}]the other class to compare with \end{description} +\end{Desc} + + +The documentation for this struct was generated from the following file:\begin{CompactItemize} +\item +database/object.h\end{CompactItemize} |