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

IT_Reflect::Copier< T > Struct Template Reference

#include <it_bus/reflect/reflection.h>

List of all members.


Detailed Description

template<typename T>
struct IT_Reflect::Copier< T >

Copier utility.

Parameters:
destination Copy data to this object.
source Copy data from this object.
Exceptions:
ReflectException If source and destination are incompatible.

Definition at line 136 of file reflection.h.

Static Public Member Functions

void copy (T &destination, const IT_Bus::AnyType &source)
 Copy AnyTypes (optimized).


Member Function Documentation

template<typename T>
void IT_Reflect::Copier< T >::copy T &  destination,
const IT_Bus::AnyType source
[inline, static]
 

Copy AnyTypes (optimized).

Parameters:
destination Copy data to this object.
source Copy data from this object.

Definition at line 144 of file reflection.h.

Referenced by IT_Bus::NillableValueBase< T >::copy().


Generated on Wed Mar 22 12:23:59 2006 for Artix by  doxygen 1.3.9.1