Go to the source code of this file.
Namespaces | |
namespace | xi |
Functions | |
void | xi::generateVarSignature (XStr &str, const XStr *name, const char *suffix, list< CStateVar * > *params) |
void | xi::generateVarSignature (XStr &decls, XStr &defs, const Entry *entry, bool declareStatic, const char *returnType, const XStr *name, bool isEnd, list< CStateVar * > *params) |
void | xi::generateVarSignature (XStr &decls, XStr &defs, const Chare *chare, bool declareStatic, const char *returnType, const XStr *name, bool isEnd, list< CStateVar * > *params) |
void | xi::endMethod (XStr &op) |
void | xi::generateClosureSignature (XStr &decls, XStr &defs, const Entry *entry, bool declareStatic, const char *returnType, const XStr *name, bool isEnd, list< EncapState * > encap, int numRefs) |
void | xi::generateClosureSignature (XStr &decls, XStr &defs, const Chare *chare, bool declareStatic, const char *returnType, const XStr *name, bool isEnd, list< EncapState * > encap, int numRefs) |