A Discrete-Event Network Simulator
API
ns3::Config::ArrayMatcher Class Reference

Helper to test if an array entry matches a config path specification. More...

+ Collaboration diagram for ns3::Config::ArrayMatcher:

Public Member Functions

 ArrayMatcher (std::string element)
 Construct from a Config path specification. More...
 
bool Matches (uint32_t i) const
 Test if a specific index matches the Config Path. More...
 

Private Member Functions

bool StringToUint32 (std::string str, uint32_t *value) const
 Convert a string to an uint32_t. More...
 

Private Attributes

std::string m_element
 The Config path element. More...
 

Detailed Description

Helper to test if an array entry matches a config path specification.

Definition at line 154 of file config.cc.

Constructor & Destructor Documentation

ns3::Config::ArrayMatcher::ArrayMatcher ( std::string  element)

Construct from a Config path specification.

Parameters
[in]elementThe Config path specification.

Definition at line 185 of file config.cc.

References NS_LOG_FUNCTION.

Referenced by Matches().

+ Here is the caller graph for this function:

Member Function Documentation

bool ns3::Config::ArrayMatcher::Matches ( uint32_t  i) const

Test if a specific index matches the Config Path.

Parameters
[in]iThe index.
Returns
true if the index matches the Config Path.

Definition at line 191 of file config.cc.

References ArrayMatcher(), m_element, Matches(), max, min, NS_LOG_DEBUG, NS_LOG_FUNCTION, and StringToUint32().

Referenced by ns3::Config::Resolver::DoArrayResolve(), and Matches().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool ns3::Config::ArrayMatcher::StringToUint32 ( std::string  str,
uint32_t *  value 
) const
private

Convert a string to an uint32_t.

Parameters
[in]strThe string.
[in]valueThe location to store the uint32_t.
Returns
true if the string could be converted.

Definition at line 255 of file config.cc.

References NS_LOG_FUNCTION.

Referenced by Matches().

+ Here is the caller graph for this function:

Member Data Documentation

std::string ns3::Config::ArrayMatcher::m_element
private

The Config path element.

Definition at line 180 of file config.cc.

Referenced by Matches().


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