FORM 4.3
BracketInfo Struct Reference

Public Member Functions

 BracketInfo (const std::vector< int > &pattern, int num_terms, const poly *p)
 
bool operator< (const BracketInfo &rhs) const
 

Data Fields

std::vector< int > pattern
 
int num_terms
 
int dummy
 
const polyp
 

Detailed Description

Definition at line 1391 of file polygcd.cc.

Constructor & Destructor Documentation

◆ BracketInfo()

BracketInfo ( const std::vector< int > & pattern,
int num_terms,
const poly * p )
inline

Definition at line 1396 of file polygcd.cc.

Member Function Documentation

◆ operator<()

bool operator< ( const BracketInfo & rhs) const
inline

Definition at line 1397 of file polygcd.cc.

Field Documentation

◆ pattern

std::vector<int> pattern

Definition at line 1392 of file polygcd.cc.

◆ num_terms

int num_terms

Definition at line 1393 of file polygcd.cc.

◆ dummy

int dummy

Definition at line 1393 of file polygcd.cc.

◆ p

const poly* p

Definition at line 1394 of file polygcd.cc.


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