Go to the source code of this file.
|
static std::atomic< unsigned int > | lastIndex {0} |
|
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const DDValue & |
v |
|
) |
| |
Definition at line 153 of file DDValue.cc.
References i, DDValue::isEvaluated(), DDValue::name(), connectstrParser::o, alignCSCRings::s, DDValue::size(), and DDValue::strings().
155 o << v.
name() <<
" = ";
159 for(; i < v.
size(); ++
i )
161 o <<
'(' << v[
i].first <<
',' << v[
i].second <<
") ";
166 const std::vector<std::string> &
s = v.
strings();
167 for(; i < v.
size(); ++
i )
const std::string & name(void) const
the name of the DDValue
bool isEvaluated(void) const
true, if values are numerical evaluated; else false.
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...
unsigned int size() const
the size of the stored value-pairs (std::string,double)
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const DDValuePair & |
v |
|
) |
| |
std::atomic<unsigned int> lastIndex {0} |
|
static |