19 os <<
"DDMap name=" << cons.
name();
22 os <<
" size=" << cons.
size() <<
" vals=( ";
23 DDMap::value_type::const_iterator it(cons.
values().begin()), ed(cons.
values().end());
24 for(; it != ed; ++it) {
25 os << it->first <<
'=' << it->second <<
' ';
30 os <<
" DDMap is not yet defined, only declared.";
def_type isDefined() const
DDName is used to identify DDD entities uniquely.
std::ostream & operator<<(std::ostream &out, const ALILine &li)
a named constant corresponding to the DDL-XML tag <Constant> and <ConstantsVector> ...
static value_type & instance()
size_t size() const
the size of the array of values
const dd_map_type & values() const
the stored values
DDMap()
an uninitialized constant; one can assign an initialized constant to make it valid ...