#include <MatrixCloudDelayer.h>
inet::MatrixCloudDelayer::Matcher::Matcher |
( |
const char * |
pattern | ) |
|
61 cStringTokenizer tokenizer(pattern);
62 while (tokenizer.hasMoreTokens()) {
63 const char *token = tokenizer.nextToken();
67 std::string subtoken(
"*.");
std::vector< inet::PatternMatcher * > matchers
Definition: MatrixCloudDelayer.h:43
bool matchesany
Definition: MatrixCloudDelayer.h:42
Glob-style pattern matching class, adopted to special OMNeT++ requirements.
Definition: PatternMatcher.h:78
bool isEmpty(const char *s)
Definition: L2NetworkConfigurator.cc:35
inet::MatrixCloudDelayer::Matcher::~Matcher |
( |
| ) |
|
std::vector< inet::PatternMatcher * > matchers
Definition: MatrixCloudDelayer.h:43
bool inet::MatrixCloudDelayer::Matcher::matches |
( |
const char * |
s | ) |
|
Referenced by inet::MatrixCloudDelayer::MatrixEntry::matches().
std::vector< inet::PatternMatcher * > matchers
Definition: MatrixCloudDelayer.h:43
bool matchesany
Definition: MatrixCloudDelayer.h:42
value< double, units::s > s
Definition: Units.h:1049
bool inet::MatrixCloudDelayer::Matcher::matchesAny |
( |
| ) |
|
|
inline |
bool matchesany
Definition: MatrixCloudDelayer.h:42
bool inet::MatrixCloudDelayer::Matcher::matchesany |
|
private |
The documentation for this class was generated from the following files: