
#include <xi-symbol.h>


Public Member Functions | |
| AccelBlock (int l, XStr *c) | |
| Constructor(s)/Destructor ///. | |
| ~AccelBlock () | |
| void | print (XStr &str) |
| Printable Methods ///. | |
| void | genDefs (XStr &str) |
| Construct Methods ///. | |
| int | genAccels_spe_c_funcBodies (XStr &str) |
| Construct Accel Support Methods ///. | |
Protected Attributes | |
| XStr * | code |
Private Member Functions | |
| void | outputCode (XStr &str) |
Definition at line 1058 of file xi-symbol.h.
Constructor(s)/Destructor ///.
Definition at line 1079 of file xi-symbol.h.
References code, and xi::Construct::line.
| xi::AccelBlock::~AccelBlock | ( | ) | [inline] |
| void xi::AccelBlock::outputCode | ( | XStr & | str | ) | [inline, private] |
Definition at line 1066 of file xi-symbol.h.
References code.
Referenced by genAccels_spe_c_funcBodies(), and genDefs().
| void xi::AccelBlock::print | ( | XStr & | str | ) | [inline, virtual] |
| void xi::AccelBlock::genDefs | ( | XStr & | str | ) | [inline, virtual] |
Construct Methods ///.
Reimplemented from xi::Construct.
Definition at line 1086 of file xi-symbol.h.
References outputCode().
Construct Accel Support Methods ///.
Reimplemented from xi::Construct.
Definition at line 1089 of file xi-symbol.h.
References outputCode().
XStr* xi::AccelBlock::code [protected] |
Definition at line 1062 of file xi-symbol.h.
Referenced by AccelBlock(), outputCode(), and ~AccelBlock().
1.5.5