Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Set.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Array_Set_h
00002 #define Impala_Core_Array_Set_h
00003 
00004 #include "Core/Array/Pattern/PatSet.h"
00005 
00006 namespace Impala
00007 {
00008 namespace Core
00009 {
00010 namespace Array
00011 {
00012 
00013 
00014 template<class DstArrayT, class SrcArrayT>
00015 inline void
00016 Set(DstArrayT*& dst, SrcArrayT* src)
00017 {
00018     Pattern::PatSet(dst, src);
00019 }
00020 
00021 } // namespace Array
00022 } // namespace Core
00023 } // namespace Impala
00024 
00025 #endif

Generated on Fri Mar 19 09:30:53 2010 for ImpalaSrc by  doxygen 1.5.1