Public Member Functions | Data Fields
mac_poly_r Class Reference

#include <tgbgauss.h>

Public Member Functions

 mac_poly_r ()
 
- Public Member Functions inherited from omallocClass
void * operator new (size_t size) throw (std::bad_alloc)
 
void operator delete (void *block) throw ()
 
void * operator new[] (size_t size) throw (std::bad_alloc)
 
void operator delete[] (void *block) throw ()
 
void * operator new (size_t size, const std::nothrow_t &) throw ()
 
void * operator new[] (size_t size, const std::nothrow_t &) throw ()
 

Data Fields

number coef
 
mac_poly_rnext
 
int exp
 

Detailed Description

Definition at line 42 of file tgbgauss.h.

Constructor & Destructor Documentation

mac_poly_r::mac_poly_r ( )
inline

Definition at line 48 of file tgbgauss.h.

48 :next(NULL){}
mac_poly_r * next
Definition: tgbgauss.h:46
#define NULL
Definition: omList.c:10

Field Documentation

number mac_poly_r::coef

Definition at line 45 of file tgbgauss.h.

int mac_poly_r::exp

Definition at line 47 of file tgbgauss.h.

mac_poly_r* mac_poly_r::next

Definition at line 46 of file tgbgauss.h.


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