My Project  debian-1:4.1.2-p1+ds-2
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 499 of file tgb_internal.h.

Constructor & Destructor Documentation

◆ DenseRow()

DenseRow::DenseRow ( )
inline

Definition at line 504 of file tgb_internal.h.

506  {
507  array=NULL;

◆ ~DenseRow()

DenseRow::~DenseRow ( )
inline

Definition at line 508 of file tgb_internal.h.

510  {
511  omfree(array);

Field Documentation

◆ array

number* DenseRow::array

Definition at line 501 of file tgb_internal.h.

◆ begin

int DenseRow::begin

Definition at line 502 of file tgb_internal.h.

◆ end

int DenseRow::end

Definition at line 503 of file tgb_internal.h.


The documentation for this class was generated from the following file:
DenseRow::array
number * array
Definition: tgb_internal.h:501
NULL
#define NULL
Definition: omList.c:11
omfree
#define omfree(addr)
Definition: omAllocDecl.h:235