Inheritance diagram for IT_Bus_Managed::LoggingDetails:

Definition at line 194 of file managed_bus_xsdTypes.h.
Public Member Functions | |
| IT_Bus::AnyType & | copy (const IT_Bus::AnyType &rhs) |
| Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
| virtual const IT_Bus::QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| virtual void | write_contents (IT_Bus::ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
| Write the member values of the instance. | |
| virtual void | read_contents (IT_Bus::ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
| Read the member values into the instance. | |
Private Attributes | |
| IT_Bus::ElementListT< IT_Bus_Managed::LoggingSubsystemInfo > | var_subsystemInfo |
| IT_Bus::AnyType& IT_Bus_Managed::LoggingDetails::copy | ( | const IT_Bus::AnyType & | rhs | ) | [virtual] |
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
| AnyType | to be copied. |
| IT_Bus::Exception | with message "Copy not supported" |
Implements IT_Bus::ArrayT< IT_Bus_Managed::LoggingSubsystemInfo >.
| virtual const IT_Bus::QName& IT_Bus_Managed::LoggingDetails::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
| virtual void IT_Bus_Managed::LoggingDetails::write_contents | ( | IT_Bus::ComplexTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the member values of the instance.
Derived subclasses implement this method.
Implements IT_Bus::SequenceComplexType.
| virtual void IT_Bus_Managed::LoggingDetails::read_contents | ( | IT_Bus::ComplexTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the member values into the instance.
Derived subclasses implement this method.
Implements IT_Bus::SequenceComplexType.
1.5.1-p1