sospin is hosted by Hepforge, IPPP Durham
SOSpin  1.0.0
index.h File Reference

Functions and cointainer for indices. More...

#include <string>
#include <cstring>
#include <sstream>
#include <cstdlib>
#include <algorithm>
#include <vector>

Go to the source code of this file.

Namespaces

 sospin
 

Functions

int sospin::newIdx (int i)
 Store new index of type "int". More...
 
int sospin::newIdx (string i)
 Store new index of type "string". More...
 
string sospin::getIdx (int i)
 Get index. More...
 
string sospin::IndexList ()
 Index list. More...
 
void sospin::newId (string i)
 Store new index of type "string". More...
 
int sospin::Idx_size ()
 Return index list size. More...
 
string sospin::makeId (string a, int id)
 return in string format "a+id" More...
 
void sospin::printIDX ()
 print index list. More...
 
template<class T >
string sospin::ToString (T number)
 convert to string More...
 

Detailed Description

Functions and cointainer for indices.

Definition in file index.h.