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

#include <SimpleLS.h>

Public Member Functions

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

Public Attributes

std::set< TreeNode * > p
 
unsigned short metric
 

Detailed Description

Definition at line 100 of file SimpleLS.h.

Constructor & Destructor Documentation

SimpleLS::psT::psT ( )
inline

Definition at line 103 of file SimpleLS.h.

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

Definition at line 106 of file SimpleLS.h.

Member Function Documentation

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

Definition at line 111 of file SimpleLS.h.

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

Definition at line 125 of file SimpleLS.h.

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

Definition at line 121 of file SimpleLS.h.

Member Data Documentation

unsigned short SimpleLS::psT::metric

Definition at line 102 of file SimpleLS.h.

Referenced by SimpleLS::SimpleLS::constructTree().

std::set<TreeNode*> SimpleLS::psT::p

Definition at line 101 of file SimpleLS.h.

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


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