PPL Logo

xi::Message Class Reference

#include <xi-symbol.h>

Inheritance diagram for xi::Message:

Inheritance graph
[legend]
Collaboration diagram for xi::Message:

Collaboration graph
[legend]

Public Member Functions

 Message (int l, NamedType *t, MsgVarList *mv=0)
void print (XStr &str)
void genDecls (XStr &str)
void genDefs (XStr &str)
void genReg (XStr &str)
virtual const char * proxyPrefix (void)
void genAllocDecl (XStr &str)
int numArrays (void)
int numConditional (void)
int numVars (void)

Private Member Functions

void printVars (XStr &str)

Private Attributes

NamedTypetype
MsgVarListmvlist

Detailed Description

Definition at line 848 of file xi-symbol.h.


Constructor & Destructor Documentation

xi::Message::Message ( int  l,
NamedType t,
MsgVarList mv = 0 
) [inline]

Definition at line 859 of file xi-symbol.h.

References xi::Construct::line, and xi::TEntity::setTemplate().


Member Function Documentation

void xi::Message::printVars ( XStr str  )  [inline, private]

Definition at line 851 of file xi-symbol.h.

References mvlist, and xi::MsgVarList::print().

Referenced by print().

void xi::Message::print ( XStr str  )  [virtual]

void xi::Message::genDecls ( XStr str  )  [virtual]

void xi::Message::genDefs ( XStr str  )  [virtual]

void xi::Message::genReg ( XStr str  )  [virtual]

Reimplemented from xi::Construct.

Definition at line 2191 of file xi-symbol.C.

References xi::Construct::external, print(), proxyPrefix(), xi::TEntity::templat, xi::TEntity::tspec(), and type.

virtual const char* xi::Message::proxyPrefix ( void   )  [inline, virtual]

Definition at line 867 of file xi-symbol.h.

References xi::Prefix::Message.

Referenced by genDecls(), genDefs(), and genReg().

void xi::Message::genAllocDecl ( XStr str  ) 

Definition at line 1918 of file xi-symbol.C.

References xi::CIMsgClassAnsi, xi::Template::genVars(), numArrays(), xi::TEntity::templat, and type.

Referenced by genDecls().

int xi::Message::numArrays ( void   )  [inline]

Definition at line 869 of file xi-symbol.h.

References xi::MsgVarList::len(), mvlist, and xi::MsgVarList::next.

Referenced by genAllocDecl(), and genDefs().

int xi::Message::numConditional ( void   )  [inline]

Definition at line 876 of file xi-symbol.h.

References xi::MsgVarList::len(), mvlist, and xi::MsgVarList::next.

Referenced by genDefs().

int xi::Message::numVars ( void   )  [inline]

Definition at line 883 of file xi-symbol.h.

References xi::MsgVarList::len(), and mvlist.

Referenced by genDecls(), and genDefs().


Field Documentation

Definition at line 849 of file xi-symbol.h.

Referenced by genAllocDecl(), genDecls(), genDefs(), genReg(), and print().

Definition at line 850 of file xi-symbol.h.

Referenced by genDecls(), genDefs(), numArrays(), numConditional(), numVars(), and printVars().


The documentation for this class was generated from the following files:

Generated on Fri May 25 08:06:22 2012 for Charm++ by  doxygen 1.5.5