#include <NetworkConfiguratorBase.h>
inet::NetworkConfiguratorBase::Matcher::Matcher |
( |
const char * |
pattern | ) |
|
528 cStringTokenizer tokenizer(pattern);
529 while (tokenizer.hasMoreTokens())
bool matchesany
Definition: NetworkConfiguratorBase.h:131
std::vector< inet::PatternMatcher * > matchers
Definition: NetworkConfiguratorBase.h:132
Glob-style pattern matching class, adopted to special OMNeT++ requirements.
Definition: PatternMatcher.h:78
bool isEmpty(const char *s)
Definition: L2NetworkConfigurator.cc:35
inet::NetworkConfiguratorBase::Matcher::~Matcher |
( |
| ) |
|
std::vector< inet::PatternMatcher * > matchers
Definition: NetworkConfiguratorBase.h:132
bool inet::NetworkConfiguratorBase::Matcher::matches |
( |
const char * |
s | ) |
|
bool inet::NetworkConfiguratorBase::Matcher::matchesAny |
( |
| ) |
|
|
inline |
bool inet::NetworkConfiguratorBase::Matcher::matchesany = false |
|
protected |
The documentation for this class was generated from the following files: