クラス toppers::c_expr_parser

C言語の式の構文解析クラス [詳細]

#include "toppers/c_expr.hpp"

toppers::c_expr_parserに対する継承グラフ

Inheritance graph
[凡例]
toppers::c_expr_parserのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public 型

typedef c_expr_parser_base<
c_expr_parser
base_t

Public メソッド

 c_expr_parser (bool ucn=false, codeset_t codeset=ascii)
 コンストラクタ

構成

struct  definition
 文法定義 [詳細]

説明

C言語の式の構文解析クラス

c_expr.hpp361 行で定義されています。


コンストラクタとデストラクタ

toppers::c_expr_parser::c_expr_parser bool  ucn = false,
codeset_t  codeset = ascii
[inline, explicit]
 

コンストラクタ

引数:
ucn 国際文字名に対応する場合は true を指定する
codeset 文字コード

c_expr.hpp383 行で定義されています。

00384       : c_expr_parser_base<c_expr_parser>( ucn, codeset )
00385     {
00386     }


このクラスの説明は次のファイルから生成されました:
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:32:02 2006 に Doxygen によって生成されました。