lldarrayptr.h

Go to the documentation of this file.
00001 
00031 #ifndef LL_LLDARRAYPTR_H
00032 #define LL_LLDARRAYPTR_H
00033 
00034 #include "lldarray.h"
00035 
00036 template <class Type, int BlockSize = 32> 
00037 class LLDynamicArrayPtr : public LLDynamicArray<Type, BlockSize>
00038 {
00039 };
00040 
00041 #endif // LL_LLDARRAYPTR_H

Generated on Thu Jul 1 06:08:23 2010 for Second Life Viewer by  doxygen 1.4.7