changeset 13:9a02f500561b

add pic
author mir3636
date Sun, 14 May 2017 18:52:35 +0900
parents c5bd23e4dc33
children ca72a8197eb0 f2efacfd30b7
files paper/.DS_Store paper/pic/generate_context_2.graffle paper/sigos.tex
diffstat 3 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file paper/.DS_Store has changed
Binary file paper/pic/generate_context_2.graffle has changed
--- a/paper/sigos.tex	Sat Apr 22 18:15:20 2017 +0900
+++ b/paper/sigos.tex	Sun May 14 18:52:35 2017 +0900
@@ -267,7 +267,7 @@
 Code Gear が Context にアクセスする際、ポインタを使用してデータを取り出すため、Code\ref{gearef1} のようにコードが煩雑になってしまう。
 そこで Code Gear がデータを参照するための Gearef というマクロを定義した。
 Gearef に Context と型を渡すことでデータの参照が行える。
-また implement のデータを参照する際も、ポインタでの記述が複雑になってしまうため 同様に GearImpl を定義した。
+また interface の実装を参照する際も、ポインタでの記述が複雑になってしまうため 同様に GearImpl を定義した。
 GearImpl は Context と interface 名、interface の変数名を指定して参照する。
 Gearef と GearImpl を用いたコードが Code\ref{gearef2}である。