OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Private Attributes | List of all members
ArrayLengthSpecifier Class Reference

#include <newmat.h>

Public Member Functions

int Value () const
 
 ArrayLengthSpecifier (int l)
 

Private Attributes

int value
 

Detailed Description

Definition at line 215 of file newmat.h.

Constructor & Destructor Documentation

◆ ArrayLengthSpecifier()

ArrayLengthSpecifier::ArrayLengthSpecifier ( int  l)
inline

Definition at line 220 of file newmat.h.

220 : value(l) {}

Member Function Documentation

◆ Value()

int ArrayLengthSpecifier::Value ( ) const
inline

Definition at line 219 of file newmat.h.

Referenced by DiagonalMatrix::DiagonalMatrix(), and GeneralMatrix::GeneralMatrix().

219 { return value; }

Member Data Documentation

◆ value

int ArrayLengthSpecifier::value
private

Definition at line 217 of file newmat.h.


The documentation for this class was generated from the following file: