A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
get-wildcard-matches.cc File Reference
#include "get-wildcard-matches.h"
#include "ns3/assert.h"
#include <string>
#include <vector>
+ Include dependency graph for get-wildcard-matches.cc:

Go to the source code of this file.

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

std::string ns3::GetWildcardMatches (const std::string &configPath, const std::string &matchedPath, const std::string &wildcardSeparator=" ")
 Returns the text matches from the matched path for each of the wildcards in the Config path, separated by the wild card separator.