#include <it_bus/reflect/union_impl.h>
Inheritance diagram for IT_Reflect::UnionImpl:
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::QName & | get_member_type (size_t index) const throw ((ReflectException)) |
Returns the QName of the member at the specified index. |
|
Constructor.
|
|
Destructor.
|
|
Returns the number of members defined in the union.
Implements IT_Reflect::Union. |
|
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.
Implements IT_Reflect::Union. |