クラス toppers::c_const_expr_parserC言語の定数式の構文解析クラス
[詳細]
#include "toppers/c_expr.hpp"
toppers::c_const_expr_parserに対する継承グラフ
[凡例]toppers::c_const_expr_parserのコラボレーション図
[凡例]すべてのメンバ一覧
説明
C言語の定数式の構文解析クラス
c_expr.hpp の 393 行で定義されています。
コンストラクタとデストラクタ
toppers::c_const_expr_parser::c_const_expr_parser |
( |
bool |
ucn = false , |
|
|
codeset_t |
codeset = ascii |
|
) |
[inline, explicit] |
|
|
コンストラクタ
- 引数:
-
| ucn | 国際文字名に対応する場合は true を指定する |
| codeset | 文字コード |
c_expr.hpp の 415 行で定義されています。 00416 : c_expr_parser_base<c_const_expr_parser>( ucn, codeset )
00417 {
00418 }
|
このクラスの説明は次のファイルから生成されました:
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:32:02 2006 に Doxygen によって生成されました。
|
|