Inheritance diagram for IT_Bus::AnyList:
Definition at line 636 of file any.h.
Public Types | |
typedef IT_Reflect::ComplexValueRef< Any > | IT_ReflectionType |
Public Member Functions | |
Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
void | read (const QName &name, ComplexTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the value into the instance. | |
void | write (const QName &name, ComplexTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the content of the instance. | |
AnyType & | copy (const AnyType &rhs) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual void | set_size (size_t new_size) |
Set the size of the array. | |
Private Attributes | |
String | m_process_contents |
NamespaceConstraints | m_namespace_constraints |
String | m_any_namespace |
Kind IT_Bus::AnyList::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Derived subclasses override this method and return the appropriate Kind.
Reimplemented from IT_Bus::TypeList.
const QName& IT_Bus::AnyList::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::TypeList.
void IT_Bus::AnyList::read | ( | const QName & | name, | |
ComplexTypeReader & | reader | |||
) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the value into the instance.
Derived subclasses implement this method.
Reimplemented from IT_Bus::TypeList.
void IT_Bus::AnyList::write | ( | const QName & | name, | |
ComplexTypeWriter & | writer | |||
) | const throw ((IT_Bus::SerializationException)) [virtual] |
Write the content of the instance.
Derived subclasses implement this method.
Reimplemented from IT_Bus::TypeList.
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" |
Reimplemented from IT_Bus::TypeListT< T >.