diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:17:38 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:17:38 +0100 |
commit | 2f45223f577c91db7fd962020b3473f5a34f369c (patch) | |
tree | 2f4aa21c6b22856f46f64378d6caac057a9b7b27 /doc/latex/structcClass.tex | |
parent | 724cb5e3783311f6b8c808852dbe2de59f2399b0 (diff) | |
download | vdr-plugin-upnp-2f45223f577c91db7fd962020b3473f5a34f369c.tar.gz vdr-plugin-upnp-2f45223f577c91db7fd962020b3473f5a34f369c.tar.bz2 |
Removed documentation from repository
Diffstat (limited to 'doc/latex/structcClass.tex')
-rw-r--r-- | doc/latex/structcClass.tex | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/doc/latex/structcClass.tex b/doc/latex/structcClass.tex deleted file mode 100644 index 625e1cf..0000000 --- a/doc/latex/structcClass.tex +++ /dev/null @@ -1,67 +0,0 @@ -\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} |