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) throw (())
 Constructor.
virtual IT_Bus::AnyTypeclone () const throw ((ReflectException))
 Obtain a pointer to a clone of this list.

Protected Member Functions

virtual IT_Bus::MinMaxListget_list () const throw (())
 Obtain a reference to the encapsulated element list.
virtual Reflectionget_reflection (size_t index) const throw ((ReflectException))
 Obtain a pointer to the Reflection object at the specified index.
virtual IT_Bus::AnyTypeget_data () const throw (())
 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 throw ((ReflectException)) [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::MinMaxList & IT_Reflect::ElementListImplT< ListT, T >::get_list (  )  const throw (()) [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 throw ((ReflectException)) [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.

template<class ListT, class T>
IT_Bus::AnyType & IT_Reflect::ElementListImplT< ListT, T >::get_data (  )  const throw (()) [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.


Generated on Tue Mar 20 15:28:33 2007 for Artix by  doxygen 1.5.1-p1