41 _symbolic_name( copy_from._symbolic_name ),
42 _real_name( copy_from._real_name ),
43 _container_type( copy_from._container_type ),
44 _constraint( copy_from._constraint ),
45 _attributes( copy_from._attributes )
56 copy_to._real_name = _real_name ;
57 copy_to._constraint = _constraint ;
58 copy_to._symbolic_name = _symbolic_name ;
59 copy_to._container_type = _container_type ;
60 copy_to._attributes = _attributes ;
74 << (
void *)
this <<
")" << endl ;