push, pop の template から呼び出しの設計ノート
20050622 -MT-
20050830 -MT-
20050913 -MT-
+ push()、pop() を実装するにあたり。
- コンテナに入るごとに push()し、コンテナから抜けるごとに pop() する。
- epos のみを push/pop する。
+ 処理イメージは以下の通り。
/* */
pushContainerEncode( ums__dat );
/* */
/* */
/* */
popContainerEncode( ums__dat );
/* */
以上
20060913 -MT- 2006091207
- 最新の設計を反映