PPL Logo

xi::TName Class Reference

#include <xi-Template.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, bool printDefault=true)
void genShort (XStr &str)

Private Attributes

Typetype
const char * name
const char * val

Detailed Description

Definition at line 159 of file xi-Template.h.


Constructor & Destructor Documentation

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

Definition at line 99 of file xi-Template.C.


Member Function Documentation

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

Implements xi::Printable.

Definition at line 280 of file xi-Template.C.

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

Here is the call graph for this function:

void xi::TName::genLong ( XStr str,
bool  printDefault = true 
) [virtual]

Implements xi::TVar.

Definition at line 230 of file xi-Template.C.

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

Here is the call graph for this function:

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

Implements xi::TVar.

Definition at line 238 of file xi-Template.C.

References name.


Field Documentation

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

Definition at line 160 of file xi-Template.h.

Referenced by genLong(), and print().

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

Definition at line 161 of file xi-Template.h.

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

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

Definition at line 162 of file xi-Template.h.

Referenced by genLong(), and print().


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

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