GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
octave_local_buffer< T * > Class Template Reference

#include "oct-locbuf.h"

Inheritance diagram for octave_local_buffer< T * >:
Inheritance graph
[legend]
Collaboration diagram for octave_local_buffer< T * >:
Collaboration graph
[legend]

Public Member Functions

 octave_local_buffer (size_t size)
 
 operator T ** () const
 

Private Member Functions

chardata (void) const
 

Static Private Member Functions

static OCTAVE_API void clear (void)
 

Detailed Description

template<class T>
class octave_local_buffer< T * >

Definition at line 141 of file oct-locbuf.h.

Constructor & Destructor Documentation

template<class T >
octave_local_buffer< T * >::octave_local_buffer ( size_t  size)
inline

Definition at line 144 of file oct-locbuf.h.

Member Function Documentation

void octave_chunk_buffer::clear ( void  )
staticinherited
char* octave_chunk_buffer::data ( void  ) const
inlineinherited

Definition at line 75 of file oct-locbuf.h.

References octave_chunk_buffer::dat.

template<class T >
octave_local_buffer< T * >::operator T ** ( ) const
inline

Definition at line 148 of file oct-locbuf.h.

References octave_local_buffer< T >::data.


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