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

IntegerConversion Class Template Reference

#include <IntegerConversion.h>

List of all members.

Public Methods

AIDA_STD::string itostr (Integer n)
 From integer to string. More...

Integer strtoi (const AIDA_STD::string &s)
 From string to integer. More...


Private Methods

Integer rec_strtoi (const AIDA_STD::string &s)
 Recursive function, used internally for conversion from string to integer. More...


Detailed Description

template<class Integer>
class IntegerConversion< Integer >

IntegerConversion provides a set of functions capable of converting between strings and arbitrary integer types.

Author: Erik Zeitler Date: 2000-09-06

Definition at line 23 of file IntegerConversion.h.


Member Function Documentation

AIDA_STD::string itostr Integer    n
 

Definition at line 68 of file IntegerConversion.h.

Integer rec_strtoi const AIDA_STD::string &    s [private]
 

Definition at line 98 of file IntegerConversion.h.

Referenced by strtoi.

Integer strtoi const AIDA_STD::string &    s
 

Definition at line 87 of file IntegerConversion.h.

References rec_strtoi.


The documentation for this class was generated from the following file:
Generated on Tue May 20 14:50:28 2003 for HepUtilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002