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

#include <LS.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 88 of file LS.h.

Constructor & Destructor Documentation

DMRnmsLS::psT::psT ( )
inline

Definition at line 91 of file LS.h.

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

Definition at line 93 of file LS.h.

Member Function Documentation

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

Definition at line 97 of file LS.h.

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

Definition at line 96 of file LS.h.

Member Data Documentation

unsigned short DMRnmsLS::psT::metric

Definition at line 90 of file LS.h.

Referenced by DMRnmsLS::LS::constructTree().

TreeNode* DMRnmsLS::psT::p

Definition at line 89 of file LS.h.

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


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