MaxPlusAnalysis::TokenFIFO_Dynamic Class Reference
#include <mpstorage.h>
Public Member Functions | |
| MPTime | removeFirst () |
| void | append (MPTime t) |
| TokenFIFO_Dynamic * | copy () |
| size_t | hashValue () const |
| bool | compare (TokenFIFO_Dynamic *l) const |
| Token * | first () |
| void | decreaseAll (MPDelay amount) |
| void | streamOn (std::ostream &s) |
Detailed Description
class TokenFIFO_Dynamic A dynamically managed token fifo based on std:list
Member Function Documentation
| bool MaxPlusAnalysis::TokenFIFO_Dynamic::compare | ( | TokenFIFO_Dynamic * | l | ) | const |
References MaxPlusAnalysis::Token::productionTime.
| TokenFIFO_Dynamic * MaxPlusAnalysis::TokenFIFO_Dynamic::copy | ( | ) |
References append(), and MaxPlusAnalysis::Token::productionTime.
Here is the call graph for this function:

| void MaxPlusAnalysis::TokenFIFO_Dynamic::decreaseAll | ( | MPDelay | amount | ) |
References MaxPlusAnalysis::Token::productionTime.
| Token * MaxPlusAnalysis::TokenFIFO_Dynamic::first | ( | ) |
| size_t MaxPlusAnalysis::TokenFIFO_Dynamic::hashValue | ( | ) | const |
References MaxPlusAnalysis::Token::productionTime.
| MPTime MaxPlusAnalysis::TokenFIFO_Dynamic::removeFirst | ( | ) |
References MaxPlusAnalysis::Token::productionTime.
| void MaxPlusAnalysis::TokenFIFO_Dynamic::streamOn | ( | std::ostream & | s | ) |
References MaxPlusAnalysis::Token::productionTime.
The documentation for this class was generated from the following files:

