occ
|
Storage class for components of energy, separated by the dot character. More...
#include <energy_components.h>
Public Member Functions | |
std::vector< std::string > | categories () const |
The categories in this set of energy components. | |
std::string | to_string () const |
Storage class for components of energy, separated by the dot character.
Really just a convenience wrapper around a hash map.
std::vector< std::string > occ::core::EnergyComponents::categories | ( | ) | const |
The categories in this set of energy components.
Category names are determined by finding keys separated by the .
character, for example:
std::string occ::core::EnergyComponents::to_string | ( | ) | const |