24 os <<
"DDVector name=" << cons.
name();
27 os <<
" size=" << cons.
size() <<
" vals=( ";
28 DDVector::value_type::const_iterator it(cons.
values().begin()), ed(cons.
values().end());
35 os <<
" constant is not yet defined, only declared.";
47 std::vector<double>::const_iterator it(
rep().
begin()), ed(
rep().
end());
48 for (; it != ed; ++it) {
49 result[sz] =
int(*it);
const DDI::rep_traits< DDName, std::vector< double > * >::reference rep() const
def_type isDefined() const
const DDName & name() const
size_t size() const
the size of the array of values
DDName is used to identify DDD entities uniquely.
std::ostream & operator<<(std::ostream &os, const DDVector &cons)
output operator for printing ...
static value_type & instance()
a named constant corresponding to the DDL-XML tag <Constant> and <ConstantsVector> ...
DDVector()
an uninitialized constant; one can assign an initialized constant to make it valid ...
const value_type & values() const
the stored values