BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioElementLibrary.h>
Public Member Functions | |
~BioElementLibrary () | |
Static Public Member Functions | |
static void | Initialize () |
static void | Clear () |
static unsigned int | getNumberOfElements () |
static string | getElement (const unsigned int &i) |
Static Public Attributes | |
static map< const string, BioElement * > | Element |
BioElementLibrary::~BioElementLibrary | ( | ) | [inline] |
static void BioElementLibrary::Clear | ( | ) | [static] |
static string BioElementLibrary::getElement | ( | const unsigned int & | i | ) | [static] |
static unsigned int BioElementLibrary::getNumberOfElements | ( | ) | [static] |
static void BioElementLibrary::Initialize | ( | ) | [static] |
map<const string, BioElement*> BioElementLibrary::Element [static] |