My Project
Loading...
Searching...
No Matches
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 486 of file tgb_internal.h.

Constructor & Destructor Documentation

◆ DenseRow()

DenseRow::DenseRow ( )
inline

Definition at line 491 of file tgb_internal.h.

492 {
493 array=NULL;
494 }
number * array
Definition: tgb_internal.h:488
#define NULL
Definition: omList.c:12

◆ ~DenseRow()

DenseRow::~DenseRow ( )
inline

Definition at line 495 of file tgb_internal.h.

496 {
497 omfree(array);
498 }
#define omfree(addr)
Definition: omAllocDecl.h:237

Field Documentation

◆ array

number* DenseRow::array

Definition at line 488 of file tgb_internal.h.

◆ begin

int DenseRow::begin

Definition at line 489 of file tgb_internal.h.

◆ end

int DenseRow::end

Definition at line 490 of file tgb_internal.h.


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