My Project  debian-1:4.1.1-p2+ds-4build2
Public Member Functions | Protected Attributes
ap::const_raw_vector< T > Class Template Reference

#include <ap.h>

Public Member Functions

 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 
 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 

Protected Attributes

TpData
 
int iLength
 
int iStep
 

Detailed Description

template<class T>
class ap::const_raw_vector< T >

Definition at line 141 of file ap.h.

Constructor & Destructor Documentation

◆ const_raw_vector() [1/2]

template<class T >
ap::const_raw_vector< T >::const_raw_vector ( const T Data,
int  Length,
int  Step 
)
inline

Definition at line 153 of file ap.h.

167  : public const_raw_vector<T>

◆ const_raw_vector() [2/2]

template<class T >
ap::const_raw_vector< T >::const_raw_vector ( const T Data,
int  Length,
int  Step 
)
inline

Definition at line 161 of file svd_si.h.

175  : public const_raw_vector<T>

Member Function Documentation

◆ GetData() [1/2]

template<class T >
const T* ap::const_raw_vector< T >::GetData ( ) const
inline

Definition at line 156 of file ap.h.

167  : public const_raw_vector<T>

◆ GetData() [2/2]

template<class T >
const T* ap::const_raw_vector< T >::GetData ( ) const
inline

Definition at line 164 of file svd_si.h.

175  : public const_raw_vector<T>

◆ GetLength() [1/2]

template<class T >
int ap::const_raw_vector< T >::GetLength ( ) const
inline

Definition at line 159 of file ap.h.

167  : public const_raw_vector<T>

◆ GetLength() [2/2]

template<class T >
int ap::const_raw_vector< T >::GetLength ( ) const
inline

Definition at line 167 of file svd_si.h.

175  : public const_raw_vector<T>

◆ GetStep() [1/2]

template<class T >
int ap::const_raw_vector< T >::GetStep ( ) const
inline

Definition at line 162 of file ap.h.

167  : public const_raw_vector<T>

◆ GetStep() [2/2]

template<class T >
int ap::const_raw_vector< T >::GetStep ( ) const
inline

Definition at line 170 of file svd_si.h.

175  : public const_raw_vector<T>

Field Documentation

◆ iLength

template<class T >
int ap::const_raw_vector< T >::iLength
protected

Definition at line 166 of file ap.h.

◆ iStep

template<class T >
int ap::const_raw_vector< T >::iStep
protected

Definition at line 166 of file ap.h.

◆ pData

template<class T >
T * ap::const_raw_vector< T >::pData
protected

Definition at line 163 of file ap.h.


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