$search
#include <newmat.h>
Public Member Functions | |
ArrayLengthSpecifier (int l) | |
int | value () const |
int | Value () const |
Private Attributes | |
int | v |
This class is used to avoid constructors such as ColumnVector(int) being used for conversions. Eventually this should be replaced by the use of the keyword "explicit".
Definition at line 230 of file newmat.h.
ArrayLengthSpecifier::ArrayLengthSpecifier | ( | int | l | ) | [inline] |
int ArrayLengthSpecifier::v [private] |