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

Functions and cointainer for indexes. More...

#include "index.h"
#include <iostream>

Go to the source code of this file.

Namespaces

 sospin
 

Functions

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...
 
int sospin::newIdx (int i)
 Store new index of type "int". More...
 
int sospin::newIdx (string i)
 Store new index of type "string". More...
 
void sospin::newId (string i)
 Store new index of type "string". More...
 
string sospin::getIdx (int i)
 Get index. More...
 
string sospin::IndexList ()
 Index list. More...
 
template<class T >
string sospin::ToString (T number)
 convert to string More...
 
template string sospin::ToString< int > (int number)
 
template string sospin::ToString< unsigned int > (unsigned int number)
 
template string sospin::ToString< float > (float number)
 
template string sospin::ToString< double > (double number)
 

Variables

vector< string > sospin::tabids
 Vector container of the indexes. More...
 

Detailed Description

Functions and cointainer for indexes.

Definition in file index.cpp.