Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Reflect::UnionImpl Class Reference

#include <it_bus/reflect/union_impl.h>

Inheritance diagram for IT_Reflect::UnionImpl:

IT_Reflect::Union IT_Reflect::SimpleType IT_Reflect::Reflection IT_Bus::RefCountedBase List of all members.

Detailed Description

Base implementation for a generated union restriction.

Definition at line 21 of file union_impl.h.

Public Member Functions

 UnionImpl (IT_Vector< IT_Bus::QName > &member_names) throw (())
 Constructor.
virtual ~UnionImpl () throw (())
 Destructor.
virtual size_t get_member_count () const throw (())
 Returns the number of members defined in the union.
virtual const IT_Bus::QNameget_member_type (size_t index) const throw ((ReflectException))
 Returns the QName of the member at the specified index.


Constructor & Destructor Documentation

IT_Reflect::UnionImpl::UnionImpl IT_Vector< IT_Bus::QName > &  member_names  )  throw (())
 

Constructor.

virtual IT_Reflect::UnionImpl::~UnionImpl  )  throw (()) [virtual]
 

Destructor.


Member Function Documentation

virtual size_t IT_Reflect::UnionImpl::get_member_count  )  const throw (()) [virtual]
 

Returns the number of members defined in the union.

Returns:
the number of members in the union

Implements IT_Reflect::Union.

virtual const IT_Bus::QName& IT_Reflect::UnionImpl::get_member_type size_t  index  )  const throw ((ReflectException)) [virtual]
 

Returns the QName of the member at the specified index.

In the case of anonymous simple type restrictions with zero facets, the QName of the base type is returned.

Parameters:
index the member index
Returns:
the QName of the member at the specified index
Exceptions:
ReflectException If the index is out of bounds

Implements IT_Reflect::Union.


Generated on Wed Mar 22 12:24:00 2006 for Artix by  doxygen 1.3.9.1