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 500 of file tgb_internal.h.

Constructor & Destructor Documentation

◆ DenseRow()

DenseRow::DenseRow ( )
inline

Definition at line 505 of file tgb_internal.h.

506  {
507  array=NULL;
508  }
number * array
Definition: tgb_internal.h:502
#define NULL
Definition: omList.c:12

◆ ~DenseRow()

DenseRow::~DenseRow ( )
inline

Definition at line 509 of file tgb_internal.h.

510  {
511  omfree(array);
512  }
number * array
Definition: tgb_internal.h:502
#define omfree(addr)
Definition: omAllocDecl.h:237

Field Documentation

◆ array

number* DenseRow::array

Definition at line 502 of file tgb_internal.h.

◆ begin

int DenseRow::begin

Definition at line 503 of file tgb_internal.h.

◆ end

int DenseRow::end

Definition at line 504 of file tgb_internal.h.


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