Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PartialTuple Class Reference

#include <PartialTuple.h>

Inheritance diagram for PartialTuple:

GlastTuple Tuple std::vector List of all members.

Public Methods

 PartialTuple (const std::string& item_list)
void addItem (const char* name, const float* datum)
 insert the current values of the labeled data, (both define, and update). More...

void printOn (std::ostream& out) const

Private Attributes

std::set<std::string> m_item_names

Constructor & Destructor Documentation

PartialTuple::PartialTuple ( const std::string & item_list ) [inline]
 

Definition at line 19 of file PartialTuple.h.


Member Function Documentation

void PartialTuple::addItem ( const char * name,
const float * datum ) [inline]
 

insert the current values of the labeled data, (both define, and update).

Reimplemented from GlastTuple.

Definition at line 40 of file PartialTuple.h.

void PartialTuple::printOn ( std::ostream & out ) const [inline]
 

Definition at line 46 of file PartialTuple.h.


Member Data Documentation

std::set< std::string > PartialTuple::m_item_names [private]
 

Definition at line 62 of file PartialTuple.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:20:47 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000