const_ref1 Class Template Reference
Emulation of 1-dimensional FORTRAN arrays with offset 1.
More...
#include <raw.h>
Inherited by ref1.
List of all members.
|
Public Member Functions |
|
| const_ref1 (const ElementType *begin, int n) |
|
const ElementType * | begin () const |
|
const ElementType * | end () const |
|
const ElementType & | operator() (int i) const |
|
const_ref1 | get1 (int i, int n) const |
Detailed Description
template<typename ElementType>
class scitbx::lbfgs::raw::const_ref1< ElementType >
Emulation of 1-dimensional FORTRAN arrays with offset 1.
The documentation for this class was generated from the following file: