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;
Base object for bes objects.
static ostream & LMarg(ostream &strm)
void _duplicate(BESContainer ©_to)
duplicate this instance into the passed container
virtual void dump(ostream &strm) const
dumps information about this object
A container is something that holds data.