PPL Logo

xi::Message Class Reference

#include <xi-Message.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 31 of file xi-Message.h.


Constructor & Destructor Documentation

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

Definition at line 27 of file xi-Message.C.

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

Here is the call graph for this function:


Member Function Documentation

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

Definition at line 382 of file xi-Message.C.

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

Referenced by print().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Implements xi::Printable.

Definition at line 373 of file xi-Message.C.

References xi::Construct::external, xi::Template::genSpec(), xi::NamedType::print(), printVars(), xi::TEntity::templat, and type.

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

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

Reimplemented from xi::AstNode.

Definition at line 360 of file xi-Message.C.

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

Here is the call graph for this function:

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

Definition at line 32 of file xi-Message.C.

References Prefix::Message.

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

Here is the caller graph for this function:

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

Definition at line 34 of file xi-Message.C.

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

Referenced by genDecls().

Here is the call graph for this function:

Here is the caller graph for this function:

int xi::Message::numArrays ( void   ) 

Definition at line 390 of file xi-Message.C.

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

Referenced by genAllocDecl(), and genDefs().

Here is the call graph for this function:

Here is the caller graph for this function:

int xi::Message::numConditional ( void   ) 

Definition at line 399 of file xi-Message.C.

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

Referenced by genDefs().

Here is the call graph for this function:

Here is the caller graph for this function:

int xi::Message::numVars ( void   ) 

Definition at line 408 of file xi-Message.C.

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

Referenced by genDecls(), and genDefs().

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

Definition at line 32 of file xi-Message.h.

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

Definition at line 33 of file xi-Message.h.

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


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

Generated on Mon Sep 21 08:35:23 2020 for Charm++ by  doxygen 1.5.5