Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members

gsl::vector_int_view Class Reference

#include <vector_int.h>

Inheritance diagram for gsl::vector_int_view::

List of all members.

Public Methods

vector_int_view (const vector_int &other)
vector_int_view (const vector_int_view &other)
void init (const vector_int &other)
void change_view (const vector_int &other)

Constructor & Destructor Documentation

gsl::vector_int_view::vector_int_view ( const vector_int & other ) [inline]

Definition at line 338 of file vector_int.h.

00338 :vector_int(){init(other);/*copy(other);*/}

gsl::vector_int_view::vector_int_view ( const vector_int_view & other ) [inline]

Definition at line 339 of file vector_int.h.

00339 :vector_int(){init(other);/*copy(other);*/}

Member Function Documentation

void gsl::vector_int_view::change_view ( const vector_int & other ) [inline]

Definition at line 342 of file vector_int.h.

00342 {init(other);}

void gsl::vector_int_view::init ( const vector_int & other )

Definition at line 130 of file vector_int.cc.

Referenced by change_view(), and vector_int_view().

00131 {
00132 free();
00133 gsldata = (gsl_vector_int*)malloc(sizeof(gsl_vector_int));
00134 *gsldata = *(other.gslobj());
00135 gsldata->owner = 0;
00136 }

The documentation for this class was generated from the following files:
Generated at Sun Dec 16 23:44:46 2001 for gslwrap by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001

AltStyle によって変換されたページ (->オリジナル) /