RINASim  October 2016
Documentation of framework for OMNeT++
psT Struct Reference

#include <PLLSCommon.h>

Public Member Functions

 psT ()
 
 psT (TreeNode *_p, const unsigned short _metric)
 
bool operator== (const psT &b) const
 
bool operator< (const psT &b) const
 

Public Attributes

TreeNodep
 
unsigned short metric
 

Detailed Description

Definition at line 102 of file PLLSCommon.h.

Constructor & Destructor Documentation

psT::psT ( )
inline

Definition at line 107 of file PLLSCommon.h.

psT::psT ( TreeNode _p,
const unsigned short  _metric 
)
inline

Definition at line 113 of file PLLSCommon.h.

Member Function Documentation

bool psT::operator< ( const psT b) const
inline

Definition at line 124 of file PLLSCommon.h.

bool psT::operator== ( const psT b) const
inline

Definition at line 119 of file PLLSCommon.h.

Member Data Documentation

unsigned short psT::metric

Definition at line 105 of file PLLSCommon.h.

Referenced by PortsLoadLS::constructTree().

TreeNode* psT::p

Definition at line 104 of file PLLSCommon.h.

Referenced by PortsLoadLS::constructTree(), operator<(), and operator==().


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