My Project  debian-1:4.1.1-p2+ds-4build1
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 495 of file tgb_internal.h.

Constructor & Destructor Documentation

◆ DenseRow()

DenseRow::DenseRow ( )
inline

Definition at line 500 of file tgb_internal.h.

502  {
503  array=NULL;

◆ ~DenseRow()

DenseRow::~DenseRow ( )
inline

Definition at line 504 of file tgb_internal.h.

506  {
507  omfree(array);

Field Documentation

◆ array

number* DenseRow::array

Definition at line 497 of file tgb_internal.h.

◆ begin

int DenseRow::begin

Definition at line 498 of file tgb_internal.h.

◆ end

int DenseRow::end

Definition at line 499 of file tgb_internal.h.


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