![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array.h"

Public Member Functions | |
| ArrayRep (T *d, octave_idx_type l) | |
| template<class U > | |
| ArrayRep (U *d, octave_idx_type l) | |
| ArrayRep (void) | |
| ArrayRep (octave_idx_type n) | |
| ArrayRep (octave_idx_type n, const T &val) | |
| ArrayRep (const ArrayRep &a) | |
| ~ArrayRep (void) | |
| octave_idx_type | length (void) const |
Public Attributes | |
| octave_refcount< int > | count |
| T * | data |
| octave_idx_type | len |
Private Member Functions | |
| ArrayRep & | operator= (const ArrayRep &a) |
|
inline |
Definition at line 65 of file Array.h.
References copy_or_memcpy().
|
inline |
|
inlineexplicit |
|
inlineexplicit |
Definition at line 83 of file Array.h.
References fill_or_memset().
Definition at line 89 of file Array.h.
References copy_or_memcpy(), Array< T >::ArrayRep::data, and Array< T >::ArrayRep::len.
|
inline |
| octave_refcount<int> Array< T >::ArrayRep::count |
Definition at line 63 of file Array.h.
Referenced by Array< octave_value >::Array(), Array< T >::Array(), Array< octave_value >::is_shared(), Array< octave_value >::jit_ref_count(), Array< octave_value >::maybe_economize(), Array< octave_value >::operator=(), and Array< octave_value >::~Array().
| T* Array< T >::ArrayRep::data |
Definition at line 61 of file Array.h.
Referenced by Array< T >::ArrayRep::ArrayRep(), Array< T >::clear(), and Array< octave_value >::maybe_economize().
| octave_idx_type Array< T >::ArrayRep::len |
Definition at line 62 of file Array.h.
Referenced by Array< T >::ArrayRep::ArrayRep(), and Array< octave_value >::maybe_economize().
1.8.1.2