12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- \hypertarget{classfilemanip}{}\section{filemanip Class Reference}
- \label{classfilemanip}\index{filemanip@{filemanip}}
-
-
- {\ttfamily \#include $<$filemanip.\+h$>$}
-
- \subsection*{Public Member Functions}
- \begin{DoxyCompactItemize}
- \item
- \hypertarget{classfilemanip_a39d12f6e1f3dcff22bf54c0fe28f1e6f}{}\hyperlink{classfilemanip_a39d12f6e1f3dcff22bf54c0fe28f1e6f}{filemanip} ()\label{classfilemanip_a39d12f6e1f3dcff22bf54c0fe28f1e6f}
-
- \begin{DoxyCompactList}\small\item\em Constructor that sets a fixed dvd file. \end{DoxyCompactList}\item
- \hypertarget{classfilemanip_a14b1ee925fb4b6eaeede53de271eb296}{}\hyperlink{classfilemanip_a14b1ee925fb4b6eaeede53de271eb296}{filemanip} (Q\+String filename)\label{classfilemanip_a14b1ee925fb4b6eaeede53de271eb296}
-
- \begin{DoxyCompactList}\small\item\em Constructor that sets a file. \end{DoxyCompactList}\item
- \hypertarget{classfilemanip_acbbde8fc20a8f5c3e4ebc22d8711046d}{}Q\+String \hyperlink{classfilemanip_acbbde8fc20a8f5c3e4ebc22d8711046d}{getnext} ()\label{classfilemanip_acbbde8fc20a8f5c3e4ebc22d8711046d}
-
- \begin{DoxyCompactList}\small\item\em Returns the next file text line. \end{DoxyCompactList}\item
- \hypertarget{classfilemanip_a211ae5ba5a3c5320bb9da90941690edd}{}void \hyperlink{classfilemanip_a211ae5ba5a3c5320bb9da90941690edd}{reset} ()\label{classfilemanip_a211ae5ba5a3c5320bb9da90941690edd}
-
- \begin{DoxyCompactList}\small\item\em File pointer points to the start of the file. \end{DoxyCompactList}\item
- \hypertarget{classfilemanip_a8fe6ced260e2c7cb0deef92a02fd2e41}{}\hyperlink{classfilemanip_a8fe6ced260e2c7cb0deef92a02fd2e41}{$\sim$filemanip} ()\label{classfilemanip_a8fe6ced260e2c7cb0deef92a02fd2e41}
-
- \begin{DoxyCompactList}\small\item\em Destructor. \end{DoxyCompactList}\end{DoxyCompactItemize}
- \subsection*{Private Attributes}
- \begin{DoxyCompactItemize}
- \item
- Q\+File $\ast$ \hyperlink{classfilemanip_a2290120459afdb754263d99761fe5523}{file}
- \item
- Q\+Text\+Stream $\ast$ \hyperlink{classfilemanip_a3558c09c7972ba84cbb7352bd258bbf6}{in}
- \end{DoxyCompactItemize}
-
-
- \subsection{Detailed Description}
- A class to manipulate files.
-
- \subsection{Member Data Documentation}
- \hypertarget{classfilemanip_a2290120459afdb754263d99761fe5523}{}\index{filemanip@{filemanip}!file@{file}}
- \index{file@{file}!filemanip@{filemanip}}
- \subsubsection[{file}]{\setlength{\rightskip}{0pt plus 5cm}Q\+File$\ast$ filemanip\+::file\hspace{0.3cm}{\ttfamily [private]}}\label{classfilemanip_a2290120459afdb754263d99761fe5523}
- pointer to a file / apuntador a un archivo \hypertarget{classfilemanip_a3558c09c7972ba84cbb7352bd258bbf6}{}\index{filemanip@{filemanip}!in@{in}}
- \index{in@{in}!filemanip@{filemanip}}
- \subsubsection[{in}]{\setlength{\rightskip}{0pt plus 5cm}Q\+Text\+Stream$\ast$ filemanip\+::in\hspace{0.3cm}{\ttfamily [private]}}\label{classfilemanip_a3558c09c7972ba84cbb7352bd258bbf6}
- pointer to a text stream / apuntador a un flujo de entrada
-
- The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
- \item
- filemanip.\+h\item
- filemanip.\+cpp\end{DoxyCompactItemize}
|