構造体定義書 仕様書作成ツール【A HotDocument】

pending_inline

構文構文

struct pending_inline

ファイル名ファイル名

cp-tree.h

構造体情報構造体情報

No. 名称 属性説明
1
pending_inline   
  next pending_inline * pointer to next in chain
  lineno int line number we got the text from
  filename char * name of file we were processing
  fndecl tree FUNCTION_DECL that brought us here
  token int token we were scanning
  token_value int value of token we were scanning (YYSTYPE)
  buf char * pointer to character stream
  len int length of stream
  parm_vec, bindings tree in case this is derived from a template
  can_free unsigned int free this after we're done with it?
  deja_vu unsigned int set iff we don't want to see it again.
  interface unsigned int 0=interface 1=unknown 2=implementation

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー