IT_Bus::AnyList Class Reference

Inheritance diagram for IT_Bus::AnyList:

IT_Bus::TypeListT< T > IT_Bus::MinMaxListT< T > IT_Bus::TypeList IT_Bus::AnyType IT_Bus::MinMaxList IT_Bus::ImplementationDetails List of all members.

Detailed Description

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 QNameget_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.
AnyTypecopy (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


Member Function Documentation

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.

Returns:
AnyType::NONE.

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.

Returns:
IT_Bus::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.

AnyType& IT_Bus::AnyList::copy ( const 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.

Parameters:
AnyType to be copied.
Returns:
A reference to AnyType.
Exceptions:
IT_Bus::Exception with message "Copy not supported"

Reimplemented from IT_Bus::TypeListT< T >.


Generated on Tue Mar 20 15:27:56 2007 for Artix by  doxygen 1.5.1-p1