c_expr.hpp

C言語の式の構文解析に関する宣言定義 [詳細]

#include "toppers/parser.hpp"
#include <boost/cstdint.hpp>

c_expr.hppのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

ネームスペース

namespace  toppers

構成

struct  toppers::c_expr_parser_base< Derived >
 C言語の式を構文解析するための基本クラス [詳細]
struct  toppers::c_expr_parser_base< Derived >::definition< Scanner >
 文法定義 [詳細]
class  toppers::c_expr_parser
 C言語の式の構文解析クラス [詳細]
struct  toppers::c_expr_parser::definition< Scanner >
 文法定義 [詳細]
class  toppers::c_const_expr_parser
 C言語の定数式の構文解析クラス [詳細]
struct  toppers::c_const_expr_parser::definition< Scanner >
 文法定義 [詳細]


説明

C言語の式の構文解析に関する宣言定義

このファイルで定義されるクラス

  struct c_expr_parser_base<Derived>;
  struct c_expr_parser;
  struct c_const_expr_parser;

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


Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:31:57 2006 に Doxygen によって生成されました。