Inheritance diagram for IT_Bus::FaultDetail:
Definition at line 281 of file fault_exception.h.
Public Member Functions | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
Private Attributes | |
IT_Bus::AnyList * | var_any |
Static Private Attributes | |
static const QName | m_type |
virtual const IT_Bus::QName& IT_Bus::FaultDetail::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.