My Project
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
RuleOld Class Reference

#include <f5data.h>

Public Member Functions

 RuleOld (int i, poly term)
 
 ~RuleOld ()
 
int getIndex ()
 
poly getTerm ()
 

Private Attributes

int index
 
poly term
 

Detailed Description


structure of RuleOlds(i.e. already computed / known labels)

Definition at line 232 of file f5data.h.

Constructor & Destructor Documentation

◆ RuleOld()

RuleOld::RuleOld ( int  i,
poly  term 
)
inline

Definition at line 243 of file f5data.h.

243 {
244 index = i;
245 term = t;
246}
int i
Definition: cfEzgcd.cc:132
int index
Definition: f5data.h:234
Definition: int_poly.h:33

◆ ~RuleOld()

RuleOld::~RuleOld ( )
inline

Definition at line 248 of file f5data.h.

248 {
249 //pDelete(&term);
250}

Member Function Documentation

◆ getIndex()

int RuleOld::getIndex ( )
inline

Definition at line 252 of file f5data.h.

252 {
253 return index;
254}

◆ getTerm()

poly RuleOld::getTerm ( )
inline

Definition at line 256 of file f5data.h.

256 {
257 return term;
258}
poly term
Definition: f5data.h:235

Field Documentation

◆ index

int RuleOld::index
private

Definition at line 234 of file f5data.h.

◆ term

poly RuleOld::term
private

Definition at line 235 of file f5data.h.


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