indigoX
|
#include "../utils/common.hpp"
#include "../utils/fwd_declares.hpp"
#include <EASTL/vector_map.h>
#include <array>
#include <cstdint>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Element |
Read only class for storing elemental information. More... | |
class | PeriodicTable |
Singleton class for storing and access elemental information. More... | |
Namespaces | |
indigox | |
Namespace for all graph related functionality. | |
Macros | |
#define | INDIGOX_NUMBER_ELEMENTS 119 |
Functions | |
const PeriodicTable & | GetPeriodicTable () |
std::ostream & | operator<< (std::ostream &, const Element &) |
std::ostream & | operator<< (std::ostream &os, const PeriodicTable &pt) |
Print a PeriodicTable to an output stream. More... | |
#define INDIGOX_NUMBER_ELEMENTS 119 |