#include <general.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".
| ArrayLengthSpecifier::ArrayLengthSpecifier | ( | int | l | ) | [inline] |
| int ArrayLengthSpecifier::Value | ( | ) | const [inline] |
| int ArrayLengthSpecifier::value | ( | ) | const [inline] |
int ArrayLengthSpecifier::v [private] |