#include <index_map.hpp>
|
| IndexMap () |
| Protected ctor access thru static member function Instance. More...
|
|
Definition at line 10 of file index_map.hpp.
◆ IndexMap()
Protected ctor access thru static member function Instance.
Definition at line 13 of file index_map.hpp.
◆ ~IndexMap()
◆ GetInstance()
IndexMap const * IndexMap::GetInstance |
( |
| ) |
|
|
static |
◆ InitFromAthenaInput()
IndexMap const * IndexMap::InitFromAthenaInput |
( |
ParameterInput * |
pin | ) |
|
|
static |
◆ Destroy()
void IndexMap::Destroy |
( |
| ) |
|
|
static |
◆ HasVapor()
bool IndexMap::HasVapor |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetVaporId()
size_t IndexMap::GetVaporId |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetVaporName()
std::string IndexMap::GetVaporName |
( |
size_t |
i | ) |
const |
◆ HasCloud()
bool IndexMap::HasCloud |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetCloudId()
size_t IndexMap::GetCloudId |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetCloudName()
std::string IndexMap::GetCloudName |
( |
size_t |
i | ) |
const |
◆ HasChemistry()
bool IndexMap::HasChemistry |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetChemistryId()
size_t IndexMap::GetChemistryId |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ HasTracer()
bool IndexMap::HasTracer |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetTracerId()
size_t IndexMap::GetTracerId |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ GetTracerName()
std::string IndexMap::GetTracerName |
( |
size_t |
i | ) |
const |
◆ GetSpeciesId()
size_t IndexMap::GetSpeciesId |
( |
std::string |
category_name | ) |
const |
◆ vapor_index_map_
std::map<std::string, size_t> IndexMap::vapor_index_map_ |
|
private |
◆ cloud_index_map_
std::map<std::string, size_t> IndexMap::cloud_index_map_ |
|
private |
◆ chemistry_index_map_
std::map<std::string, size_t> IndexMap::chemistry_index_map_ |
|
private |
◆ tracer_index_map_
std::map<std::string, size_t> IndexMap::tracer_index_map_ |
|
private |
◆ particle_index_map_
std::map<std::string, size_t> IndexMap::particle_index_map_ |
|
private |
◆ myindex_map_
IndexMap * IndexMap::myindex_map_ = nullptr |
|
staticprivate |
The documentation for this class was generated from the following files: