
#include <xi-Member.h>


Public Member Functions | |
| InitCall (int l, const char *n, int nodeCall) | |
| void | print (XStr &str) |
| void | genReg (XStr &str) |
| void | genAccels_spe_c_callInits (XStr &str) |
| void | setAccel () |
| void | clearAccel () |
| int | isAccel () |
Private Attributes | |
| const char * | name |
| int | isNodeCall |
| int | isAccelFlag |
Definition at line 58 of file xi-Member.h.
Definition at line 308 of file xi-Member.C.
References isAccelFlag, isNodeCall, xi::AstNode::line, and xi::Member::setChare().

| void xi::InitCall::print | ( | XStr & | str | ) | [virtual] |
| void xi::InitCall::genReg | ( | XStr & | str | ) | [virtual] |
Reimplemented from xi::AstNode.
Definition at line 317 of file xi-Member.C.
References xi::Chare::baseName(), xi::Member::container, isNodeCall, and name.

| void xi::InitCall::genAccels_spe_c_callInits | ( | XStr & | str | ) | [virtual] |
Reimplemented from xi::AstNode.
Definition at line 324 of file xi-Member.C.
References isAccel(), and name.

| void xi::InitCall::setAccel | ( | ) |
| void xi::InitCall::clearAccel | ( | ) |
| int xi::InitCall::isAccel | ( | void | ) |
Definition at line 232 of file xi-Member.C.
References isAccelFlag.
Referenced by genAccels_spe_c_callInits().

const char* xi::InitCall::name [private] |
Definition at line 59 of file xi-Member.h.
Referenced by genAccels_spe_c_callInits(), genReg(), and print().
int xi::InitCall::isNodeCall [private] |
int xi::InitCall::isAccelFlag [private] |
Definition at line 63 of file xi-Member.h.
Referenced by clearAccel(), InitCall(), isAccel(), and setAccel().
1.5.5