PPL Logo

xi::FuncType Class Reference

#include <xi-Type.h>

Inheritance diagram for xi::FuncType:

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

Collaboration graph
[legend]

Public Member Functions

 FuncType (Type *r, const char *n, ParamList *p)
void print (XStr &str)
const char * getBaseName (void) const
const char * getScope (void) const

Private Attributes

Typertype
const char * name
ParamListparams

Detailed Description

Definition at line 190 of file xi-Type.h.


Constructor & Destructor Documentation

xi::FuncType::FuncType ( Type r,
const char *  n,
ParamList p 
) [inline]

Definition at line 197 of file xi-Type.h.


Member Function Documentation

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

Implements xi::Type.

Definition at line 7 of file xi-Type.C.

References name, params, xi::ParamList::print(), xi::Type::print(), and rtype.

Referenced by xi::TFunc::genLong(), and xi::TFunc::print().

Here is the call graph for this function:

Here is the caller graph for this function:

const char* xi::FuncType::getBaseName ( void   )  const [inline, virtual]

Implements xi::Type.

Definition at line 199 of file xi-Type.h.

References name.

Referenced by xi::TFunc::genShort().

Here is the caller graph for this function:

const char* xi::FuncType::getScope ( void   )  const [inline, virtual]

Implements xi::Type.

Definition at line 200 of file xi-Type.h.


Field Documentation

Definition at line 192 of file xi-Type.h.

Referenced by print().

const char* xi::FuncType::name [private]

Definition at line 193 of file xi-Type.h.

Referenced by getBaseName(), and print().

Definition at line 194 of file xi-Type.h.

Referenced by print().


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

Generated on Mon Sep 21 08:36:00 2020 for Charm++ by  doxygen 1.5.5