1 #ifndef GENESIS_PLACEMENT_PQUERY_NAME_H_ 2 #define GENESIS_PLACEMENT_PQUERY_NAME_H_ 92 operator std::string&()
100 operator std::string
const&()
const 138 #endif // include guard std::string name
Name for a Pquery.
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
A name of a Pquery and its multiplicity.
PqueryName & operator=(PqueryName const &)=default
double multiplicity
Multiplicity of the name.
PqueryName(std::string const &name, double multiplicity=1.0)
Constructor that takes a name and optionally a multiplicity.
PqueryName()=default
Default constructor. Initializes the name to an empty string and the multiplicity to 1...