IT_Reflect::ElementListImplT< ListT, T > Class Template Reference

#include <it_bus/reflect/element_list_impl_t.h>

Inheritance diagram for IT_Reflect::ElementListImplT< ListT, T >:

IT_Reflect::ReflectionImpl IT_Reflect::ElementListImplBase IT_Reflect::Reflection IT_Reflect::ElementList IT_Bus::RefCountedBase IT_Reflect::Reflection IT_Bus::RefCountedBase List of all members.

Detailed Description

template<class ListT, class T>
class IT_Reflect::ElementListImplT< ListT, T >

Template base class for element list implementations.

Definition at line 18 of file element_list_impl_t.h.

Public Member Functions

 ElementListImplT (const ListT *data) IT_THROW_DECL(())
 Constructor.
virtual IT_Bus::AnyTypeclone () const IT_THROW_DECL((ReflectException))
 Obtain a pointer to a clone of this list.

Protected Member Functions

virtual IT_Bus::MinMaxListget_list () const IT_THROW_DECL(())
 Obtain a reference to the encapsulated element list.
virtual Reflectionget_reflection (size_t index) const IT_THROW_DECL((ReflectException))
 Obtain a pointer to the Reflection object at the specified index.
virtual IT_Bus::AnyTypeget_data () const IT_THROW_DECL(())
 Obtain a reference to the encapsulated element list.

Private Attributes

ListT * m_data


Member Function Documentation

template<class ListT, class T>
IT_Bus::AnyType * IT_Reflect::ElementListImplT< ListT, T >::clone (  )  const [virtual]

Obtain a pointer to a clone of this list.

Exceptions:
ReflectException 

Implements IT_Reflect::Reflection.

Definition at line 102 of file element_list_impl_t.h.

References IT_Reflect::ElementListImplT< ListT, T >::m_data.

template<class ListT, class T>
IT_Bus::AnyType & IT_Reflect::ElementListImplT< ListT, T >::get_data (  )  const [protected, virtual]

Obtain a reference to the encapsulated element list.

Returns:
the element list

Implements IT_Reflect::ReflectionImpl.

Definition at line 95 of file element_list_impl_t.h.

References IT_Reflect::ElementListImplT< ListT, T >::m_data.

template<class ListT, class T>
IT_Bus::MinMaxList & IT_Reflect::ElementListImplT< ListT, T >::get_list (  )  const [protected, virtual]

Obtain a reference to the encapsulated element list.

Returns:
the element list

Implements IT_Reflect::ElementListImplBase.

Definition at line 78 of file element_list_impl_t.h.

References IT_Reflect::ElementListImplT< ListT, T >::m_data.

template<class ListT, class T>
Reflection * IT_Reflect::ElementListImplT< ListT, T >::get_reflection ( size_t  index  )  const [protected, virtual]

Obtain a pointer to the Reflection object at the specified index.

Returns:
Reflection of element. Caller must _remove_ref().

Implements IT_Reflect::ElementListImplBase.

Definition at line 86 of file element_list_impl_t.h.


Generated on Thu Sep 7 11:41:01 2006 for Artix by  doxygen 1.4.7