PPL Logo

xi::Value Class Reference

#include <xi-Value.h>

Inheritance diagram for xi::Value:

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

Collaboration graph
[legend]

Public Member Functions

 Value (const char *s)
void print (XStr &str)
int getIntVal (void)

Private Attributes

int factor
const char * val

Detailed Description

Definition at line 10 of file xi-Value.h.


Constructor & Destructor Documentation

xi::Value::Value ( const char *  s  ) 

Definition at line 5 of file xi-Value.C.

References factor, and val.


Member Function Documentation

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

Implements xi::Printable.

Definition at line 28 of file xi-Value.C.

References val.

Referenced by xi::ValueList::print(), xi::Parameter::print(), xi::Entry::print(), xi::ValueList::printValue(), and xi::ValueList::printValueProduct().

Here is the caller graph for this function:

int xi::Value::getIntVal ( void   ) 

Definition at line 23 of file xi-Value.C.

References factor, and val.

Referenced by xi::Entry::getStackSize().

Here is the caller graph for this function:


Field Documentation

Definition at line 12 of file xi-Value.h.

Referenced by getIntVal(), and Value().

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

Definition at line 13 of file xi-Value.h.

Referenced by getIntVal(), print(), and Value().


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

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