RINASim  October 2016
Documentation of framework for OMNeT++
EFCPTableEntry Class Reference

#include <EFCPTableEntry.h>

Public Member Functions

 EFCPTableEntry ()
 
virtual ~EFCPTableEntry ()
 
std::string info () const
 
DelimitinggetDelimit () const
 
TEFCPITabgetEfcpiTab ()
 
const FlowgetFlow () const
 
void setDelimit (Delimiting *delimit)
 
void setFlow (const Flow *flow)
 
void addEFCPI (EFCPInstance *efcpi)
 
bool flushDTPs ()
 

Private Attributes

const Flowflow
 
Delimitingdelimit
 
TEFCPITab efcpiTab
 

Detailed Description

Definition at line 46 of file EFCPTableEntry.h.

Constructor & Destructor Documentation

EFCPTableEntry::EFCPTableEntry ( )

Definition at line 32 of file EFCPTableEntry.cc.

EFCPTableEntry::~EFCPTableEntry ( )
virtual

Definition at line 38 of file EFCPTableEntry.cc.

Member Function Documentation

void EFCPTableEntry::addEFCPI ( EFCPInstance efcpi)

Definition at line 65 of file EFCPTableEntry.cc.

Referenced by EFCP::createEFCPI().

bool EFCPTableEntry::flushDTPs ( )

Definition at line 80 of file EFCPTableEntry.cc.

Delimiting * EFCPTableEntry::getDelimit ( ) const

Definition at line 50 of file EFCPTableEntry.cc.

Referenced by EFCP::createEFCPI(), and EFCP::deleteEFCPI().

TEFCPITab * EFCPTableEntry::getEfcpiTab ( )
const Flow * EFCPTableEntry::getFlow ( ) const

Definition at line 70 of file EFCPTableEntry.cc.

std::string EFCPTableEntry::info ( ) const

Definition at line 44 of file EFCPTableEntry.cc.

void EFCPTableEntry::setDelimit ( Delimiting delimit)

Definition at line 55 of file EFCPTableEntry.cc.

Referenced by EFCP::createEFCPI().

void EFCPTableEntry::setFlow ( const Flow flow)

Definition at line 75 of file EFCPTableEntry.cc.

Referenced by EFCP::createEFCPI().

Member Data Documentation

Delimiting* EFCPTableEntry::delimit
private

Definition at line 50 of file EFCPTableEntry.h.

Referenced by getDelimit(), and setDelimit().

TEFCPITab EFCPTableEntry::efcpiTab
private

Definition at line 51 of file EFCPTableEntry.h.

Referenced by addEFCPI(), flushDTPs(), and getEfcpiTab().

const Flow* EFCPTableEntry::flow
private

Definition at line 49 of file EFCPTableEntry.h.

Referenced by getFlow(), and setFlow().


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