Public Member Functions | Data Fields
DenseRow Class Reference

#include <tgb_internal.h>

Public Member Functions

 DenseRow ()
 
 ~DenseRow ()
 

Data Fields

number * array
 
int begin
 
int end
 

Detailed Description

Definition at line 497 of file tgb_internal.h.

Constructor & Destructor Documentation

DenseRow::DenseRow ( )
inline

Definition at line 502 of file tgb_internal.h.

503  {
504  array=NULL;
505  }
number * array
Definition: tgb_internal.h:499
#define NULL
Definition: omList.c:10
DenseRow::~DenseRow ( )
inline

Definition at line 506 of file tgb_internal.h.

507  {
508  omfree(array);
509  }
number * array
Definition: tgb_internal.h:499
#define omfree(addr)
Definition: omAllocDecl.h:237

Field Documentation

number* DenseRow::array

Definition at line 499 of file tgb_internal.h.

int DenseRow::begin

Definition at line 500 of file tgb_internal.h.

int DenseRow::end

Definition at line 501 of file tgb_internal.h.


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