ns3::ArrayMatcher Class Reference
List of all members.
Public Member Functions |
| ArrayMatcher (std::string element) |
bool | Matches (uint32_t i) const |
Private Member Functions |
bool | StringToUint32 (std::string str, uint32_t *value) const |
Private Attributes |
std::string | m_element |
Detailed Description
Definition at line 127 of file config.cc.
Constructor & Destructor Documentation
ns3::ArrayMatcher::ArrayMatcher |
( |
std::string |
element |
) |
|
Member Function Documentation
bool ns3::ArrayMatcher::Matches |
( |
uint32_t |
i |
) |
const |
bool ns3::ArrayMatcher::StringToUint32 |
( |
std::string |
str, |
|
|
uint32_t * |
value | |
|
) |
| | const [private] |
Member Data Documentation
The documentation for this class was generated from the following file: