HOG2
Public Member Functions | Public Attributes | Friends | List of all members
IBEX::UBSNode Class Reference

#include <IBEX.h>

Public Member Functions

 UBSNode (int k, int r)
 
int T () const
 

Public Attributes

int r
 
int k
 

Friends

bool operator< (const UBSNode &n1, const UBSNode &n2)
 

Detailed Description

Definition at line 492 of file IBEX.h.

Constructor & Destructor Documentation

◆ UBSNode()

IBEX::UBSNode::UBSNode ( int  k,
int  r 
)
inline

Definition at line 494 of file IBEX.h.

Member Function Documentation

◆ T()

int IBEX::UBSNode::T ( ) const
inline

Definition at line 498 of file IBEX.h.

References k, and r.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const UBSNode n1,
const UBSNode n2 
)
friend

Definition at line 497 of file IBEX.h.

Member Data Documentation

◆ k

int IBEX::UBSNode::k

Definition at line 496 of file IBEX.h.

Referenced by T().

◆ r

int IBEX::UBSNode::r

Definition at line 495 of file IBEX.h.

Referenced by T().


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