diff options
Diffstat (limited to 'doc/latex/classmeow_1_1ObjDictionary.tex')
-rw-r--r-- | doc/latex/classmeow_1_1ObjDictionary.tex | 68 |
1 files changed, 62 insertions, 6 deletions
diff --git a/doc/latex/classmeow_1_1ObjDictionary.tex b/doc/latex/classmeow_1_1ObjDictionary.tex index be35b3f..77a372c 100644 --- a/doc/latex/classmeow_1_1ObjDictionary.tex +++ b/doc/latex/classmeow_1_1ObjDictionary.tex @@ -56,17 +56,17 @@ void \hyperlink{classmeow_1_1ObjDictionary_a9784fbd0eaab219216abdcba4f326ead}{in Value \& \hyperlink{classmeow_1_1ObjDictionary_ad22d7c7dc4d35417e9657eb88ca0dfbb}{operator\mbox{[}$\,$\mbox{]}} (Key const \&k) \item bool \hyperlink{classmeow_1_1ObjDictionary_a2393452e9533fab679565068545f109c}{write} (F\-I\-L\-E $\ast$f, bool bin, unsigned \hyperlink{classint}{int} fg) const -\item +\begin{DoxyCompactList}\small\item\em 將物件寫入檔案, 預設implement為直接回傳 {\ttfamily false} \end{DoxyCompactList}\item bool \hyperlink{classmeow_1_1ObjDictionary_a0b1bd9fe09676aca74aec34bf5ea7137}{read} (F\-I\-L\-E $\ast$f, bool bin, unsigned \hyperlink{classint}{int} fg) -\item +\begin{DoxyCompactList}\small\item\em 將物件從檔案讀出, 預設implement為直接回傳 {\ttfamily false} \end{DoxyCompactList}\item \hyperlink{classmeow_1_1ObjBase}{Obj\-Base} $\ast$ \hyperlink{classmeow_1_1ObjDictionary_a14ce0fcedf7619c0b442588e185a7eeb}{create} () const -\item +\begin{DoxyCompactList}\small\item\em 回傳一個new出來的物件, 預設implement為直接回傳 {\ttfamily N\-U\-L\-L} \end{DoxyCompactList}\item \hyperlink{classmeow_1_1ObjBase}{Obj\-Base} $\ast$ \hyperlink{classmeow_1_1ObjDictionary_a8f2e32f6eb11904c2547fae0ff9ab3d6}{copy\-From} (\hyperlink{classmeow_1_1ObjBase}{Obj\-Base} const $\ast$b) -\item +\begin{DoxyCompactList}\small\item\em 複製, 預設使用operator= \end{DoxyCompactList}\item char const $\ast$ \hyperlink{classmeow_1_1ObjDictionary_aee3a1722f6061987a242b9b33e5fcc64}{ctype} () const -\item +\begin{DoxyCompactList}\small\item\em 用\-C-\/style string回傳這個class的type name \end{DoxyCompactList}\item std\-::string \hyperlink{classmeow_1_1ObjDictionary_af5114823fcc2476aa45a965e4af66d6c}{type} () const -\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em 用std\-::string回傳這個class的type name \end{DoxyCompactList}\end{DoxyCompactItemize} \subsection*{Additional Inherited Members} @@ -135,6 +135,18 @@ cathook )\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_a8f2e32f6eb11904c2547fae0ff9ab3d6} +複製, 預設使用operator= + + +\begin{DoxyParams}[1]{Parameters} +\mbox{\tt in} & {\em b} & 資料來源 \\ +\hline +\end{DoxyParams} +\begin{DoxyReturn}{Returns} +{\ttfamily this} +\end{DoxyReturn} + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_a79725f50866832762db87184eb528619}{meow\-::\-Obj\-Base}. \hypertarget{classmeow_1_1ObjDictionary_a14ce0fcedf7619c0b442588e185a7eeb}{\index{meow\-::\-Obj\-Dictionary@{meow\-::\-Obj\-Dictionary}!create@{create}} @@ -146,6 +158,10 @@ Reimplemented from \hyperlink{classmeow_1_1ObjBase_a79725f50866832762db87184eb52 ) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_a14ce0fcedf7619c0b442588e185a7eeb} +回傳一個new出來的物件, 預設implement為直接回傳 {\ttfamily N\-U\-L\-L} + + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_ac9114e6917bca03b8f3c89694214b57c}{meow\-::\-Obj\-Base}. \hypertarget{classmeow_1_1ObjDictionary_aee3a1722f6061987a242b9b33e5fcc64}{\index{meow\-::\-Obj\-Dictionary@{meow\-::\-Obj\-Dictionary}!ctype@{ctype}} @@ -157,6 +173,10 @@ Reimplemented from \hyperlink{classmeow_1_1ObjBase_ac9114e6917bca03b8f3c89694214 ) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_aee3a1722f6061987a242b9b33e5fcc64} +用\-C-\/style string回傳這個class的type name + + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_a4aae58e8005739abe6d091d8b55a21e8}{meow\-::\-Obj\-Base}. \hypertarget{classmeow_1_1ObjDictionary_afedaaaf1ed8b066a43d8e12081f6c878}{\index{meow\-::\-Obj\-Dictionary@{meow\-::\-Obj\-Dictionary}!empty@{empty}} @@ -234,6 +254,22 @@ Reimplemented from \hyperlink{classmeow_1_1ObjBase_a4aae58e8005739abe6d091d8b55a )\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_a0b1bd9fe09676aca74aec34bf5ea7137} +將物件從檔案讀出, 預設implement為直接回傳 {\ttfamily false} + + +\begin{DoxyParams}[1]{Parameters} +\mbox{\tt in} & {\em f} & 檔案 \\ +\hline +\mbox{\tt in} & {\em bin} & 是否為binary模式 \\ +\hline +\mbox{\tt in} & {\em fg} & 使用者自訂的argument \\ +\hline +\end{DoxyParams} +\begin{DoxyReturn}{Returns} +成功或失敗 +\end{DoxyReturn} + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_a4c1f5cb4b05559197148a8f6524bfc34}{meow\-::\-Obj\-Base}. \hypertarget{classmeow_1_1ObjDictionary_ab0a4c64950a5a89012a913202fac027b}{\index{meow\-::\-Obj\-Dictionary@{meow\-::\-Obj\-Dictionary}!reference\-From@{reference\-From}} @@ -259,6 +295,10 @@ Reimplemented from \hyperlink{classmeow_1_1ObjBase_a4c1f5cb4b05559197148a8f6524b ) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_af5114823fcc2476aa45a965e4af66d6c} +用std\-::string回傳這個class的type name + + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_a63a4911bb073281820fe9b7a9908ba72}{meow\-::\-Obj\-Base}. \hypertarget{classmeow_1_1ObjDictionary_a2393452e9533fab679565068545f109c}{\index{meow\-::\-Obj\-Dictionary@{meow\-::\-Obj\-Dictionary}!write@{write}} @@ -272,6 +312,22 @@ Reimplemented from \hyperlink{classmeow_1_1ObjBase_a63a4911bb073281820fe9b7a9908 ) const\hspace{0.3cm}{\ttfamily [inline]}, {\ttfamily [virtual]}}}\label{classmeow_1_1ObjDictionary_a2393452e9533fab679565068545f109c} +將物件寫入檔案, 預設implement為直接回傳 {\ttfamily false} + + +\begin{DoxyParams}[1]{Parameters} +\mbox{\tt in} & {\em f} & 檔案 \\ +\hline +\mbox{\tt in} & {\em bin} & 是否為binary模式 \\ +\hline +\mbox{\tt in} & {\em fg} & 使用者自訂的argument \\ +\hline +\end{DoxyParams} +\begin{DoxyReturn}{Returns} +成功或失敗 +\end{DoxyReturn} + + Reimplemented from \hyperlink{classmeow_1_1ObjBase_ae9e9e5c664b7a92e54a3616983f39ba8}{meow\-::\-Obj\-Base}. |