123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- \hypertarget{movie_8h}{}\section{movie.\+h File Reference}
- \label{movie_8h}\index{movie.\+h@{movie.\+h}}
- {\ttfamily \#include $<$string$>$}\\*
- {\ttfamily \#include $<$Q\+Debug$>$}\\*
- {\ttfamily \#include \char`\"{}filemanip.\+h\char`\"{}}\\*
- {\ttfamily \#include $<$Q\+String$>$}\\*
- {\ttfamily \#include $<$Q\+String\+List$>$}\\*
- {\ttfamily \#include $<$iostream$>$}\\*
- \subsection*{Functions}
- \begin{DoxyCompactItemize}
- \item
- string \hyperlink{movie_8h_aa2ca3be9f1d904e9f177faa425745236}{get\+Movie\+By\+Name} (string, \hyperlink{classfilemanip}{filemanip} \&)
- \begin{DoxyCompactList}\small\item\em Finds the information of a movie given its name. \end{DoxyCompactList}\item
- string \hyperlink{movie_8h_aebd1da153f25f87661ac630b47737097}{get\+Movie\+By\+Position} (int, \hyperlink{classfilemanip}{filemanip} \&)
- \begin{DoxyCompactList}\small\item\em Finds a movie in position position of a file and returns the name of the movie. \end{DoxyCompactList}\item
- void \hyperlink{movie_8h_a39efa4469877528f52e365bba5d35c30}{show\+Movies} (\hyperlink{classfilemanip}{filemanip} \&, int=1, int=10)
- \begin{DoxyCompactList}\small\item\em Display the information of the movies in a file from line start to line end. \end{DoxyCompactList}\item
- void \hyperlink{movie_8h_a2200ec80d18eede5241b99afcffb509a}{show\+Movies} (\hyperlink{classfilemanip}{filemanip} \&file, string keyword)
- \begin{DoxyCompactList}\small\item\em Display the information of the movies whose name contains a given keyword. \end{DoxyCompactList}\item
- void \hyperlink{movie_8h_af71e2fccff041af5f808e210a9cbb06f}{show\+Movie} (string)
- \begin{DoxyCompactList}\small\item\em Display the movie information of a $\vert$ separated line with movie info. Example line\+: Ninja Turtles\+: The Next Mutation, Vol. 1$\vert$\+Shout! Factory$\vert$$\vert$\+Out$\vert$2.0$\vert$4\+:3$\vert$19.93$\vert$\+N\+R$\vert$1997$\vert$. \end{DoxyCompactList}\item
- string \hyperlink{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}{get\+Movie\+Name} (string)
- \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie name. \end{DoxyCompactList}\item
- string \hyperlink{movie_8h_af50291017de186a0a663e8418d65b7ef}{get\+Movie\+Rating} (string)
- \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie rating. \end{DoxyCompactList}\item
- string \hyperlink{movie_8h_ad378998f3ab769b47a1bbc4672496f45}{get\+Movie\+Year} (string)
- \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie release year. \end{DoxyCompactList}\item
- string \hyperlink{movie_8h_aaa2e1332e82b931cf45663e755cc2302}{get\+Movie\+Genre} (string)
- \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie genre. \end{DoxyCompactList}\item
- void \hyperlink{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}{get\+Movie\+Info} (string, string \&, string \&, string \&, string \&)
- \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns by reference the movie name, rating, year, and genre. \end{DoxyCompactList}\end{DoxyCompactItemize}
-
-
- \subsection{Function Documentation}
- \hypertarget{movie_8h_aa2ca3be9f1d904e9f177faa425745236}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+By\+Name@{get\+Movie\+By\+Name}}
- \index{get\+Movie\+By\+Name@{get\+Movie\+By\+Name}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+By\+Name}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+By\+Name (
- \begin{DoxyParamCaption}
- \item[{string}]{moviename, }
- \item[{{\bf filemanip} \&}]{file}
- \end{DoxyParamCaption}
- )}\label{movie_8h_aa2ca3be9f1d904e9f177faa425745236}
-
-
- Finds the information of a movie given its name.
-
-
- \begin{DoxyParams}{Parameters}
- {\em moviename} & The name of the movie \\
- \hline
- {\em file} & A file pointer \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- One line with the information of the movie separated by $\vert$ (pipes)
- \end{DoxyReturn}
- \hypertarget{movie_8h_aebd1da153f25f87661ac630b47737097}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+By\+Position@{get\+Movie\+By\+Position}}
- \index{get\+Movie\+By\+Position@{get\+Movie\+By\+Position}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+By\+Position}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+By\+Position (
- \begin{DoxyParamCaption}
- \item[{int}]{position, }
- \item[{{\bf filemanip} \&}]{file}
- \end{DoxyParamCaption}
- )}\label{movie_8h_aebd1da153f25f87661ac630b47737097}
-
-
- Finds a movie in position position of a file and returns the name of the movie.
-
-
- \begin{DoxyParams}{Parameters}
- {\em position} & Position of the movie in the file \\
- \hline
- {\em file} & A file pointer \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- The name of the movie
- \end{DoxyReturn}
- \hypertarget{movie_8h_aaa2e1332e82b931cf45663e755cc2302}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Genre@{get\+Movie\+Genre}}
- \index{get\+Movie\+Genre@{get\+Movie\+Genre}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+Genre}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Genre (
- \begin{DoxyParamCaption}
- \item[{string}]{movieinfo}
- \end{DoxyParamCaption}
- )}\label{movie_8h_aaa2e1332e82b931cf45663e755cc2302}
-
-
- Given a movie line from the file returns the movie genre.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- The movie genre.
- \end{DoxyReturn}
- \hypertarget{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Info@{get\+Movie\+Info}}
- \index{get\+Movie\+Info@{get\+Movie\+Info}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+Info}]{\setlength{\rightskip}{0pt plus 5cm}void get\+Movie\+Info (
- \begin{DoxyParamCaption}
- \item[{string}]{, }
- \item[{string \&}]{, }
- \item[{string \&}]{, }
- \item[{string \&}]{, }
- \item[{string \&}]{}
- \end{DoxyParamCaption}
- )}\label{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}
-
-
- Given a movie line from the file returns by reference the movie name, rating, year, and genre.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \hypertarget{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Name@{get\+Movie\+Name}}
- \index{get\+Movie\+Name@{get\+Movie\+Name}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+Name}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Name (
- \begin{DoxyParamCaption}
- \item[{string}]{movieinfo}
- \end{DoxyParamCaption}
- )}\label{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}
-
-
- Given a movie line from the file returns the movie name.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- Movie name
- \end{DoxyReturn}
- \hypertarget{movie_8h_af50291017de186a0a663e8418d65b7ef}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Rating@{get\+Movie\+Rating}}
- \index{get\+Movie\+Rating@{get\+Movie\+Rating}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+Rating}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Rating (
- \begin{DoxyParamCaption}
- \item[{string}]{movieinfo}
- \end{DoxyParamCaption}
- )}\label{movie_8h_af50291017de186a0a663e8418d65b7ef}
-
-
- Given a movie line from the file returns the movie rating.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- The movie rating
- \end{DoxyReturn}
- \hypertarget{movie_8h_ad378998f3ab769b47a1bbc4672496f45}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Year@{get\+Movie\+Year}}
- \index{get\+Movie\+Year@{get\+Movie\+Year}!movie.\+h@{movie.\+h}}
- \subsubsection[{get\+Movie\+Year}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Year (
- \begin{DoxyParamCaption}
- \item[{string}]{movieinfo}
- \end{DoxyParamCaption}
- )}\label{movie_8h_ad378998f3ab769b47a1bbc4672496f45}
-
-
- Given a movie line from the file returns the movie release year.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \begin{DoxyReturn}{Returns}
- The movie release year.
- \end{DoxyReturn}
- \hypertarget{movie_8h_af71e2fccff041af5f808e210a9cbb06f}{}\index{movie.\+h@{movie.\+h}!show\+Movie@{show\+Movie}}
- \index{show\+Movie@{show\+Movie}!movie.\+h@{movie.\+h}}
- \subsubsection[{show\+Movie}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movie (
- \begin{DoxyParamCaption}
- \item[{string}]{movieinfo}
- \end{DoxyParamCaption}
- )}\label{movie_8h_af71e2fccff041af5f808e210a9cbb06f}
-
-
- Display the movie information of a $\vert$ separated line with movie info. Example line\+: Ninja Turtles\+: The Next Mutation, Vol. 1$\vert$\+Shout! Factory$\vert$$\vert$\+Out$\vert$2.0$\vert$4\+:3$\vert$19.93$\vert$\+N\+R$\vert$1997$\vert$.
-
-
- \begin{DoxyParams}{Parameters}
- {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
- \hline
- \end{DoxyParams}
- \hypertarget{movie_8h_a39efa4469877528f52e365bba5d35c30}{}\index{movie.\+h@{movie.\+h}!show\+Movies@{show\+Movies}}
- \index{show\+Movies@{show\+Movies}!movie.\+h@{movie.\+h}}
- \subsubsection[{show\+Movies}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movies (
- \begin{DoxyParamCaption}
- \item[{{\bf filemanip} \&}]{file, }
- \item[{int}]{start, }
- \item[{int}]{end}
- \end{DoxyParamCaption}
- )}\label{movie_8h_a39efa4469877528f52e365bba5d35c30}
-
-
- Display the information of the movies in a file from line start to line end.
-
-
- \begin{DoxyParams}{Parameters}
- {\em file} & Pointer to a file. \\
- \hline
- {\em start} & Line in the file to start showing movie info. \\
- \hline
- {\em end} & Line in the file to stop showing movie information. \\
- \hline
- \end{DoxyParams}
- \hypertarget{movie_8h_a2200ec80d18eede5241b99afcffb509a}{}\index{movie.\+h@{movie.\+h}!show\+Movies@{show\+Movies}}
- \index{show\+Movies@{show\+Movies}!movie.\+h@{movie.\+h}}
- \subsubsection[{show\+Movies}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movies (
- \begin{DoxyParamCaption}
- \item[{{\bf filemanip} \&}]{file, }
- \item[{string}]{keyword}
- \end{DoxyParamCaption}
- )}\label{movie_8h_a2200ec80d18eede5241b99afcffb509a}
-
-
- Display the information of the movies whose name contains a given keyword.
-
-
- \begin{DoxyParams}{Parameters}
- {\em file} & Pointer to a file. \\
- \hline
- {\em keyword} & Keyword to search in the name of the movies. \\
- \hline
- \end{DoxyParams}
|