Public Member Functions | List of all members
nmx::gsl::vec::IVStl< T > Class Template Reference

The IVStl class Schnittstelle zur Standard Template Library. More...

#include <xvector4.h>

Inheritance diagram for nmx::gsl::vec::IVStl< T >:
nmx::gsl::IGslContainer< T, gsl_vector, 3 >

Public Member Functions

double * begin ()
 
double * end ()
 
const double * begin () const
 
const double * end () const
 
- Public Member Functions inherited from nmx::gsl::IGslContainer< T, gsl_vector, 3 >
const gsl_vector * gsl () const
 ermöglicht direkten Zugriff auf gsl-Funktionen More...
 
gsl_vector * gsl ()
 gsl_vec ermöglicht direkten Zugriff auf gsl-Funktionen More...
 

Detailed Description

template<class T>
class nmx::gsl::vec::IVStl< T >

The IVStl class Schnittstelle zur Standard Template Library.

Definition at line 11 of file xvector4.h.

Member Function Documentation

◆ begin() [1/2]

template<class T>
double* nmx::gsl::vec::IVStl< T >::begin ( )
inline

Definition at line 17 of file xvector4.h.

◆ begin() [2/2]

template<class T>
const double* nmx::gsl::vec::IVStl< T >::begin ( ) const
inline

Definition at line 20 of file xvector4.h.

◆ end() [1/2]

template<class T>
double* nmx::gsl::vec::IVStl< T >::end ( )
inline

Definition at line 18 of file xvector4.h.

◆ end() [2/2]

template<class T>
const double* nmx::gsl::vec::IVStl< T >::end ( ) const
inline

Definition at line 21 of file xvector4.h.


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