40 BESObj(copy_from), _symbolic_name(copy_from._symbolic_name), _real_name(copy_from._real_name), _container_type(
41 copy_from._container_type), _constraint(copy_from._constraint), _attributes(copy_from._attributes)
51 copy_to._real_name = _real_name;
52 copy_to._constraint = _constraint;
53 copy_to._symbolic_name = _symbolic_name;
54 copy_to._container_type = _container_type;
55 copy_to._attributes = _attributes;
67 strm <<
BESIndent::LMarg <<
"BESContainer::dump - (" << (
void *)
this <<
")" << endl;