Без опису

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. \hypertarget{movie_8h}{}\section{movie.\+h File Reference}
  2. \label{movie_8h}\index{movie.\+h@{movie.\+h}}
  3. {\ttfamily \#include $<$string$>$}\\*
  4. {\ttfamily \#include $<$Q\+Debug$>$}\\*
  5. {\ttfamily \#include \char`\"{}filemanip.\+h\char`\"{}}\\*
  6. {\ttfamily \#include $<$Q\+String$>$}\\*
  7. {\ttfamily \#include $<$Q\+String\+List$>$}\\*
  8. {\ttfamily \#include $<$iostream$>$}\\*
  9. \subsection*{Functions}
  10. \begin{DoxyCompactItemize}
  11. \item
  12. string \hyperlink{movie_8h_aa2ca3be9f1d904e9f177faa425745236}{get\+Movie\+By\+Name} (string, \hyperlink{classfilemanip}{filemanip} \&)
  13. \begin{DoxyCompactList}\small\item\em Finds the information of a movie given its name. \end{DoxyCompactList}\item
  14. string \hyperlink{movie_8h_aebd1da153f25f87661ac630b47737097}{get\+Movie\+By\+Position} (int, \hyperlink{classfilemanip}{filemanip} \&)
  15. \begin{DoxyCompactList}\small\item\em get\+Movie\+By\+Position \end{DoxyCompactList}\item
  16. void \hyperlink{movie_8h_a39efa4469877528f52e365bba5d35c30}{show\+Movies} (\hyperlink{classfilemanip}{filemanip} \&, int=1, int=10)
  17. \begin{DoxyCompactList}\small\item\em Display the information of the movies in a file from line start to line end. \end{DoxyCompactList}\item
  18. void \hyperlink{movie_8h_a2200ec80d18eede5241b99afcffb509a}{show\+Movies} (\hyperlink{classfilemanip}{filemanip} \&file, string keyword)
  19. \begin{DoxyCompactList}\small\item\em Display the information of the movies whose name contains a given keyword. \end{DoxyCompactList}\item
  20. void \hyperlink{movie_8h_af71e2fccff041af5f808e210a9cbb06f}{show\+Movie} (string)
  21. \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
  22. string \hyperlink{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}{get\+Movie\+Name} (string)
  23. \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie name. \end{DoxyCompactList}\item
  24. string \hyperlink{movie_8h_af50291017de186a0a663e8418d65b7ef}{get\+Movie\+Rating} (string)
  25. \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie rating. \end{DoxyCompactList}\item
  26. string \hyperlink{movie_8h_ad378998f3ab769b47a1bbc4672496f45}{get\+Movie\+Year} (string)
  27. \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie release year. \end{DoxyCompactList}\item
  28. string \hyperlink{movie_8h_aaa2e1332e82b931cf45663e755cc2302}{get\+Movie\+Genre} (string)
  29. \begin{DoxyCompactList}\small\item\em Given a movie line from the file returns the movie genre. \end{DoxyCompactList}\item
  30. void \hyperlink{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}{get\+Movie\+Info} (string, string \&, string \&, string \&, string \&)
  31. \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}
  32. \subsection{Function Documentation}
  33. \hypertarget{movie_8h_aa2ca3be9f1d904e9f177faa425745236}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+By\+Name@{get\+Movie\+By\+Name}}
  34. \index{get\+Movie\+By\+Name@{get\+Movie\+By\+Name}!movie.\+h@{movie.\+h}}
  35. \subsubsection[{get\+Movie\+By\+Name}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+By\+Name (
  36. \begin{DoxyParamCaption}
  37. \item[{string}]{moviename, }
  38. \item[{{\bf filemanip} \&}]{file}
  39. \end{DoxyParamCaption}
  40. )}\label{movie_8h_aa2ca3be9f1d904e9f177faa425745236}
  41. Finds the information of a movie given its name.
  42. \begin{DoxyParams}{Parameters}
  43. {\em moviename} & The name of the movie \\
  44. \hline
  45. {\em file} & A file pointer \\
  46. \hline
  47. \end{DoxyParams}
  48. \begin{DoxyReturn}{Returns}
  49. One line with the information of the movie separated by $\vert$ (pipes)
  50. \end{DoxyReturn}
  51. \hypertarget{movie_8h_aebd1da153f25f87661ac630b47737097}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+By\+Position@{get\+Movie\+By\+Position}}
  52. \index{get\+Movie\+By\+Position@{get\+Movie\+By\+Position}!movie.\+h@{movie.\+h}}
  53. \subsubsection[{get\+Movie\+By\+Position}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+By\+Position (
  54. \begin{DoxyParamCaption}
  55. \item[{int}]{position, }
  56. \item[{{\bf filemanip} \&}]{file}
  57. \end{DoxyParamCaption}
  58. )}\label{movie_8h_aebd1da153f25f87661ac630b47737097}
  59. get\+Movie\+By\+Position
  60. Finds a movie in position position of a file and returns the name of the movie.
  61. \begin{DoxyParams}{Parameters}
  62. {\em position} & \\
  63. \hline
  64. {\em file} & \\
  65. \hline
  66. \end{DoxyParams}
  67. \begin{DoxyReturn}{Returns}
  68. Finds a movie in position position and returns the name of the movie
  69. \end{DoxyReturn}
  70. \begin{DoxyParams}{Parameters}
  71. {\em position} & Position of the movie in the file \\
  72. \hline
  73. {\em file} & A file pointer \\
  74. \hline
  75. \end{DoxyParams}
  76. \begin{DoxyReturn}{Returns}
  77. The name of the movie
  78. \end{DoxyReturn}
  79. \hypertarget{movie_8h_aaa2e1332e82b931cf45663e755cc2302}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Genre@{get\+Movie\+Genre}}
  80. \index{get\+Movie\+Genre@{get\+Movie\+Genre}!movie.\+h@{movie.\+h}}
  81. \subsubsection[{get\+Movie\+Genre}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Genre (
  82. \begin{DoxyParamCaption}
  83. \item[{string}]{movieinfo}
  84. \end{DoxyParamCaption}
  85. )}\label{movie_8h_aaa2e1332e82b931cf45663e755cc2302}
  86. Given a movie line from the file returns the movie genre.
  87. \begin{DoxyParams}{Parameters}
  88. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  89. \hline
  90. \end{DoxyParams}
  91. \begin{DoxyReturn}{Returns}
  92. The movie genre.
  93. \end{DoxyReturn}
  94. \hypertarget{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Info@{get\+Movie\+Info}}
  95. \index{get\+Movie\+Info@{get\+Movie\+Info}!movie.\+h@{movie.\+h}}
  96. \subsubsection[{get\+Movie\+Info}]{\setlength{\rightskip}{0pt plus 5cm}void get\+Movie\+Info (
  97. \begin{DoxyParamCaption}
  98. \item[{string}]{, }
  99. \item[{string \&}]{, }
  100. \item[{string \&}]{, }
  101. \item[{string \&}]{, }
  102. \item[{string \&}]{}
  103. \end{DoxyParamCaption}
  104. )}\label{movie_8h_ac0080d980b2f73f9eaa089f8eddeba60}
  105. Given a movie line from the file returns by reference the movie name, rating, year, and genre.
  106. \begin{DoxyParams}{Parameters}
  107. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  108. \hline
  109. \end{DoxyParams}
  110. \hypertarget{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Name@{get\+Movie\+Name}}
  111. \index{get\+Movie\+Name@{get\+Movie\+Name}!movie.\+h@{movie.\+h}}
  112. \subsubsection[{get\+Movie\+Name}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Name (
  113. \begin{DoxyParamCaption}
  114. \item[{string}]{movieinfo}
  115. \end{DoxyParamCaption}
  116. )}\label{movie_8h_a5b13bb4e2035100dcf27abad21a2e862}
  117. Given a movie line from the file returns the movie name.
  118. \begin{DoxyParams}{Parameters}
  119. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  120. \hline
  121. \end{DoxyParams}
  122. \begin{DoxyReturn}{Returns}
  123. Movie name
  124. \end{DoxyReturn}
  125. \hypertarget{movie_8h_af50291017de186a0a663e8418d65b7ef}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Rating@{get\+Movie\+Rating}}
  126. \index{get\+Movie\+Rating@{get\+Movie\+Rating}!movie.\+h@{movie.\+h}}
  127. \subsubsection[{get\+Movie\+Rating}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Rating (
  128. \begin{DoxyParamCaption}
  129. \item[{string}]{movieinfo}
  130. \end{DoxyParamCaption}
  131. )}\label{movie_8h_af50291017de186a0a663e8418d65b7ef}
  132. Given a movie line from the file returns the movie rating.
  133. \begin{DoxyParams}{Parameters}
  134. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  135. \hline
  136. \end{DoxyParams}
  137. \begin{DoxyReturn}{Returns}
  138. The movie rating
  139. \end{DoxyReturn}
  140. \hypertarget{movie_8h_ad378998f3ab769b47a1bbc4672496f45}{}\index{movie.\+h@{movie.\+h}!get\+Movie\+Year@{get\+Movie\+Year}}
  141. \index{get\+Movie\+Year@{get\+Movie\+Year}!movie.\+h@{movie.\+h}}
  142. \subsubsection[{get\+Movie\+Year}]{\setlength{\rightskip}{0pt plus 5cm}string get\+Movie\+Year (
  143. \begin{DoxyParamCaption}
  144. \item[{string}]{movieinfo}
  145. \end{DoxyParamCaption}
  146. )}\label{movie_8h_ad378998f3ab769b47a1bbc4672496f45}
  147. Given a movie line from the file returns the movie release year.
  148. \begin{DoxyParams}{Parameters}
  149. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  150. \hline
  151. \end{DoxyParams}
  152. \begin{DoxyReturn}{Returns}
  153. The movie release year.
  154. \end{DoxyReturn}
  155. \hypertarget{movie_8h_af71e2fccff041af5f808e210a9cbb06f}{}\index{movie.\+h@{movie.\+h}!show\+Movie@{show\+Movie}}
  156. \index{show\+Movie@{show\+Movie}!movie.\+h@{movie.\+h}}
  157. \subsubsection[{show\+Movie}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movie (
  158. \begin{DoxyParamCaption}
  159. \item[{string}]{movieinfo}
  160. \end{DoxyParamCaption}
  161. )}\label{movie_8h_af71e2fccff041af5f808e210a9cbb06f}
  162. 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$.
  163. \begin{DoxyParams}{Parameters}
  164. {\em movieinfo} & The information of the movie in one line separated by $\vert$ \\
  165. \hline
  166. \end{DoxyParams}
  167. \hypertarget{movie_8h_a39efa4469877528f52e365bba5d35c30}{}\index{movie.\+h@{movie.\+h}!show\+Movies@{show\+Movies}}
  168. \index{show\+Movies@{show\+Movies}!movie.\+h@{movie.\+h}}
  169. \subsubsection[{show\+Movies}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movies (
  170. \begin{DoxyParamCaption}
  171. \item[{{\bf filemanip} \&}]{file, }
  172. \item[{int}]{start, }
  173. \item[{int}]{end}
  174. \end{DoxyParamCaption}
  175. )}\label{movie_8h_a39efa4469877528f52e365bba5d35c30}
  176. Display the information of the movies in a file from line start to line end.
  177. \begin{DoxyParams}{Parameters}
  178. {\em file} & Pointer to a file. \\
  179. \hline
  180. {\em start} & Line in the file to start showing movie info. \\
  181. \hline
  182. {\em end} & Line in the file to stop showing movie information. \\
  183. \hline
  184. \end{DoxyParams}
  185. \hypertarget{movie_8h_a2200ec80d18eede5241b99afcffb509a}{}\index{movie.\+h@{movie.\+h}!show\+Movies@{show\+Movies}}
  186. \index{show\+Movies@{show\+Movies}!movie.\+h@{movie.\+h}}
  187. \subsubsection[{show\+Movies}]{\setlength{\rightskip}{0pt plus 5cm}void show\+Movies (
  188. \begin{DoxyParamCaption}
  189. \item[{{\bf filemanip} \&}]{file, }
  190. \item[{string}]{keyword}
  191. \end{DoxyParamCaption}
  192. )}\label{movie_8h_a2200ec80d18eede5241b99afcffb509a}
  193. Display the information of the movies whose name contains a given keyword.
  194. \begin{DoxyParams}{Parameters}
  195. {\em file} & Pointer to a file. \\
  196. \hline
  197. {\em keyword} & Keyword to search in the name of the movies. \\
  198. \hline
  199. \end{DoxyParams}