Mercurial > hg > Papers > 2020 > menikon-thesis
view final_main/appendix.tex @ 30:10bdabd06497 default tip
fix
author | menikon |
---|---|
date | Mon, 17 Feb 2020 04:52:15 +0900 |
parents | a03d74165189 |
children |
line wrap: on
line source
\chapter{ソースコード} 本文中に紹介したソースコードの内、量が膨大なため一部しか掲載できなかったソース コードを示す。 \section{FileSystem の Interface} FileSystem の Interface を定義したソースコードの全記述をソースコード\ref{1fs.ds}に示す。 \lstinputlisting[label=1fs.ds, caption=FileSystem の Interface]{src/fs.dg} \section{fFileSystem Interface private 実装のヘッダーファイル} FileSystem Interface の private 実装 に利用する全ての定義がされているヘッダーファイルの全ソースコードをソースコード\ref{1fs_impl.h}に示す。 \lstinputlisting[label=1fs_impl.h, caption=fs private のヘッダーファイル]{src/fs_impl.h} \section{FileSystem Interface の 実装} FileSystem Interface を 実装したソースコードの全記述をソースコード\ref{1fs_impl.cbc}に示す。 \lstinputlisting[label=1fs_impl.cbc, caption=fs Interface の実装]{src/fs_impl.cbc} \section{FileSystem Interface の private 実装} FileSystem Interface の private 実装を記述した全ソースコードをソースコード\ref{1fs_impl_private.cbc}に示す。 \lstinputlisting[label=1fs_impl_private.cbc, caption=fs Interface の private 実装]{src/fs_impl_private.cbc}