Inheritance diagram for IT_Bus::TypeListT< T >:

Definition at line 19 of file type_list_t.h.
Public Types | |
|
typedef IT_Reflect::TypeListImplT< TypeListT< T >, T > | IT_ReflectionType |
Public Member Functions | |
| TypeListT (const size_t min_occurs, const size_t max_occurs, const size_t list_size) | |
| TypeListT (const T &elem, const size_t min_occurs, const size_t max_occurs, const size_t list_size) | |
| virtual void | read_type (size_t pos, ComplexTypeReader &reader) throw ((DeserializationException)) |
| read the specified type. | |
| virtual void | write_type (size_t pos, ComplexTypeWriter &writer) const throw ((SerializationException)) |
| Write the specified type. | |
| size_t | get_min_occurs () const |
| size_t | get_max_occurs () const |
| void | set_size (size_t new_size) |
| size_t | get_size () const |
| TypeListT & | operator= (const IT_Vector< T > &rhs) |
| TypeListT & | operator= (const TypeListT &rhs) |
| virtual AnyType & | copy (const AnyType &rhs) |
| Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
| virtual AnyType& IT_Bus::TypeListT< T >::copy | ( | const AnyType & | rhs | ) | [inline, 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.
| AnyType | to be copied. |
| IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_Bus::AnyType.
Reimplemented in IT_Bus::AnyList.
Definition at line 111 of file type_list_t.h.
1.5.1-p1