|
yast2-core
|
stack for blocks More...
Public Attributes | |
| YBlockPtr | theBlock |
| pointer to block | |
| const char * | textdomain |
| textdomain (if defined) | |
| int | includeDepth |
| block is include file, all definitions go to the outer block | |
| TableEntry * | self |
| c_self entry during module parsing | |
Public Attributes inherited from std::stack< T > | |
| T | elements |
| STL member. | |
stack for blocks
| int blockstack_t::includeDepth |
block is include file, all definitions go to the outer block
Referenced by start_block(), and switch().
| TableEntry* blockstack_t::self |
c_self entry during module parsing
Referenced by start_block(), and switch().
| const char* blockstack_t::textdomain |
textdomain (if defined)
Referenced by start_block(), and yylex().
| YBlockPtr blockstack_t::theBlock |
pointer to block
Referenced by start_block(), and switch().
1.8.2