C-Breeze
C Compiler Infrastructure

[ Project home page]

SCOPE_WALKER_H_SCOPE_PRED

Scope predicates. More...

Functions

*bool scope_walker::in_su () const
bool scope_walker::in_enum () const
bool scope_walker::in_formals () const

Detailed Description

Scope predicates.


Function Documentation

bool scope_walker::in_enum  )  const [inline, inherited]
 

Definition at line 95 of file scope_walker.h.

References scope_walker::_in_enum.

bool scope_walker::in_formals  )  const [inline, inherited]
 

Definition at line 96 of file scope_walker.h.

References scope_walker::_in_formals.

* bool scope_walker::in_su  )  const [inline, inherited]
 

Definition at line 94 of file scope_walker.h.

References scope_walker::_in_su.


Generated on February 1, 2006
Back to the C-Breeze home page