C++ main module for mmsd Package  1.0
LAP_ConstVector.hpp
Go to the documentation of this file.
1 #ifndef LAP_ConstVector_HPP
2 #define LAP_ConstVector_HPP
3 
4 
5 using namespace std;
6 
7 template<class T>
9  mValues=null;
10  mCapacity=0;
11  mIsVectorReference=false;
12 }
13 
14 
15 #endif
#define null
Definition: types.h:13
This class is the base class of all lapack objects.
Definition: LAP_Object.h:17
LAP_ConstVector()
build a vector
Definition: LAP_ConstVector.hpp:8