environmentManage.h File Reference

環境情報の管理 More...

#include "environmentCodec.h"

Include dependency graph for environmentManage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnvironmentManage
 環境の管理クラス More...


Detailed Description

環境情報の管理

Author:
Satofumi KAMIMURA
$Id$

扱うデータ形式 ---------------------------------------------------------------------- 数字 := 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 数字列 := (数字) [数字列] 数値 := [ + | - ] (数字列) 改行 := '\r' | '\n' 空白 := ' ' | '\t' | (改行) 空白列 := (空白) [空白] 点 := '(' [空白] (数値) [空白] ',' [空白] (数値) [空白] ')' 点列 := (点) [空白] [点列] ポリゴン := '(polygon' (空白) (点列) [空白] ')' 文字列 := (!改行) [文字列] コメント := [空白] '#' [文字列] (改行) ----------------------------------------------------------------------

Definition in file environmentManage.h.


Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1