PPL Logo

xi::TName Class Reference

#include <xi-symbol.h>

Inheritance diagram for xi::TName:

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

Collaboration graph
[legend]

Public Member Functions

 TName (Type *t, const char *n, const char *v=0)
void print (XStr &str)
void genLong (XStr &str)
void genShort (XStr &str)

Private Attributes

Typetype
const char * name
const char * val

Detailed Description

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


Constructor & Destructor Documentation

xi::TName::TName ( Type t,
const char *  n,
const char *  v = 0 
) [inline]

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


Member Function Documentation

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

Implements xi::Printable.

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

References name, xi::Type::print(), type, and val.

void xi::TName::genLong ( XStr str  )  [virtual]

Implements xi::TVar.

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

References name, xi::Type::print(), type, and val.

void xi::TName::genShort ( XStr str  )  [virtual]

Implements xi::TVar.

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

References name.


Field Documentation

Type* xi::TName::type [private]

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

Referenced by genLong(), and print().

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

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

Referenced by genLong(), genShort(), and print().

const char* xi::TName::val [private]

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

Referenced by genLong(), and print().


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

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