|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <PoPI.hpp>
Public Member Functions | |
| PQ_string (HAPI::Node const &a_node) | |
| virtual | ~PQ_string () |
| std::string | value (void) const |
| std::string | value (char const *a_unit) const |
| std::string | value (std::string const &a_unit) const |
| virtual std::string | valueToString (void) const |
| Public Member Functions inherited from PoPI::PhysicalQuantity | |
| PhysicalQuantity (HAPI::Node const &a_node, PQ_class a_class) | |
| virtual | ~PhysicalQuantity () |
| PQ_class | Class (void) const |
| std::string const & | tag (void) const |
| std::string const & | label (void) const |
| std::string const & | valueString (void) const |
| std::string const & | unit (void) const |
| void | toXMLList (std::vector< std::string > &a_XMLList, std::string const &a_indent1) const |
| PoPI::PQ_string::PQ_string | ( | HAPI::Node const & | a_node | ) |
| a_node | [in] The HAPI::Node node to be parsed. |
Definition at line 233 of file PoPI_physicalQuantity.cc.
|
virtual |
Definition at line 241 of file PoPI_physicalQuantity.cc.
| std::string PoPI::PQ_string::value | ( | char const * | a_unit | ) | const |
|
inline |
|
inline |
|
virtual |
Returns the string value of this.
Implements PoPI::PhysicalQuantity.
Definition at line 264 of file PoPI_physicalQuantity.cc.